diff options
author | akhropov <[email protected]> | 2025-03-18 01:53:10 +0300 |
---|---|---|
committer | akhropov <[email protected]> | 2025-03-18 02:05:58 +0300 |
commit | 7401d01ed5463a8fb0a9afb26e42b07dbcb14116 (patch) | |
tree | 7711485494c48ad2290c41e72787ee2d82fc229f /library/cpp | |
parent | ccea4d886f2ced99cd43ad3273e01dde748a5994 (diff) |
Correct grammar
commit_hash:f8e992f1779214943ab68c8f592ea2f087f76eb4
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/getopt/small/last_getopt_parser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/last_getopt_parser.h b/library/cpp/getopt/small/last_getopt_parser.h index 2cf8a6c308d..dca23551508 100644 --- a/library/cpp/getopt/small/last_getopt_parser.h +++ b/library/cpp/getopt/small/last_getopt_parser.h @@ -46,7 +46,7 @@ namespace NLastGetopt { bool GotMinusMinus_; //true if "--" have been seen in argv protected: - const TOpt* CurrentOpt_; // ptr on the last meeted option + const TOpt* CurrentOpt_; // ptr on the last met option TStringBuf CurrentValue_; // the value of the last met argument (corresponding to CurrentOpt_) private: |