From efff018ea9fd546e3769defa1d5f7a7cc338c0a0 Mon Sep 17 00:00:00 2001 From: dcookspi <92065525+dcookspi@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:24:59 -0800 Subject: [PATCH] Update crates/spfs-cli/main/src/cmd_run.rs fix comment Co-authored-by: Ryan Bottriell --- crates/spfs-cli/main/src/cmd_run.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/spfs-cli/main/src/cmd_run.rs b/crates/spfs-cli/main/src/cmd_run.rs index 6c99dbe7ea..b369b60716 100644 --- a/crates/spfs-cli/main/src/cmd_run.rs +++ b/crates/spfs-cli/main/src/cmd_run.rs @@ -55,7 +55,7 @@ pub struct Annotation { } impl Annotation { - /// Returns a list of annotaion key-value pairs gathered from all + /// Returns a list of annotation key-value pairs gathered from all /// the annotation related command line arguments. The same keys, /// and values, can appear multiple times in the list if specified /// multiple times in various command line arguments.