diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2014-05-22 22:50:31 +1000 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2014-05-22 22:55:37 +1000 |
| commit | 37bd466e5898da17f474628461abdd023c4d6a4d (patch) | |
| tree | 11d21ca8cf5667aa3d6bb18c11333f200e95e90c /src/libgetopts | |
| parent | e7e5e9ce962d8243edd418c6f6d549d5bb62a227 (diff) | |
Spelling/doc formatting fixes.
Diffstat (limited to 'src/libgetopts')
| -rw-r--r-- | src/libgetopts/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgetopts/lib.rs b/src/libgetopts/lib.rs index ba30e1a2e98..928e43b2178 100644 --- a/src/libgetopts/lib.rs +++ b/src/libgetopts/lib.rs @@ -190,7 +190,7 @@ pub enum Fail_ { UnrecognizedOption(StrBuf), /// A required option is not present. OptionMissing(StrBuf), - /// A single occurence option is being used multiple times. + /// A single occurrence option is being used multiple times. OptionDuplicated(StrBuf), /// There's an argument being passed to a non-argument option. UnexpectedArgument(StrBuf), |
