diff options
Diffstat (limited to 'absl/flags/internal/flag.h')
-rw-r--r-- | absl/flags/internal/flag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/internal/flag.h b/absl/flags/internal/flag.h index c1beda8ebc00..35a148cf6602 100644 --- a/absl/flags/internal/flag.h +++ b/absl/flags/internal/flag.h @@ -465,7 +465,7 @@ class FlagImpl { // Flag initialization called via absl::call_once. void Init(); // Attempts to parse supplied `value` std::string. If parsing is successful, - // returns new value. Otherwsie returns nullptr. + // returns new value. Otherwise returns nullptr. std::unique_ptr<void, DynValueDeleter> TryParse(absl::string_view value, std::string* err) const ABSL_EXCLUSIVE_LOCKS_REQUIRED(*DataGuard()); |