Przeglądaj źródła

fix some typos

Signed-off-by: cui fliter <imcusg@gmail.com>
cui fliter 3 lat temu
rodzic
commit
bb0275ddff
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/options/error.rs

+ 1 - 1
src/options/error.rs

@@ -50,7 +50,7 @@ pub enum NumberSource {
     /// It came... from a command-line argument!
     Arg(&'static Arg),
 
-    /// It came... from the enviroment!
+    /// It came... from the environment!
     Env(&'static str),
 }