summaryrefslogtreecommitdiff
path: root/absl/flags/commandlineflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/flags/commandlineflag.h')
-rw-r--r--absl/flags/commandlineflag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/commandlineflag.h b/absl/flags/commandlineflag.h
index f2fa0897..c30aa609 100644
--- a/absl/flags/commandlineflag.h
+++ b/absl/flags/commandlineflag.h
@@ -186,7 +186,7 @@ class CommandLineFlag {
// command line.
virtual bool IsSpecifiedOnCommandLine() const = 0;
- // Validates supplied value usign validator or parseflag routine
+ // Validates supplied value using validator or parseflag routine
virtual bool ValidateInputValue(absl::string_view value) const = 0;
// Checks that flags default value can be converted to string and back to the