소스 검색

fix: typo

(exa PR) 1099: fix some typos
Christina Sørensen 2 년 전
부모
커밋
24f74a1c8f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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),
 }