diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-13 00:43:42 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-05-13 00:43:42 +0300 |
commit | 3c040817dad4af3668379518476ee067b6927edc (patch) | |
tree | 56da9ca0a2f649c0be238c95d4edaab1605344b3 /library/cpp/getopt/small/modchooser.h | |
parent | dbc652d95db911333897366de29c86c8293774a9 (diff) | |
download | ydb-3c040817dad4af3668379518476ee067b6927edc.tar.gz |
intermediate changes
ref:1c9de0624395f09c68379be8d3baac9ee51920f3
Diffstat (limited to 'library/cpp/getopt/small/modchooser.h')
-rw-r--r-- | library/cpp/getopt/small/modchooser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/getopt/small/modchooser.h b/library/cpp/getopt/small/modchooser.h index 0a8de6d50b..987353e3d1 100644 --- a/library/cpp/getopt/small/modchooser.h +++ b/library/cpp/getopt/small/modchooser.h @@ -36,7 +36,7 @@ typedef void (*TVersionHandlerPtr)(); /*! Main class for handling different modes in single tool. * * You can add modes for this class, use autogenerated help with - * list of modes and automaticly call necessary mode in run(). + * list of modes and automatically call necessary mode in run(). * * In first argv element mode get joined by space tool name and * current mode name. |