summaryrefslogtreecommitdiff
path: root/absl/flags/parse.cc
diff options
context:
space:
mode:
authorGravatar Vertexwahn <julian.amann@tum.de>2023-04-27 22:10:09 +0200
committerGravatar Vertexwahn <julian.amann@tum.de>2023-04-27 22:10:09 +0200
commit9c32e50df8e7bbd777c64107e7580ed434f003c0 (patch)
tree89f513c0043f88ab2b9097d81bd463ab9f1935c8 /absl/flags/parse.cc
parent65109ecdf01a829bdb5e428174b3abb181e75826 (diff)
Fix spelling mistakes
Diffstat (limited to 'absl/flags/parse.cc')
-rw-r--r--absl/flags/parse.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/flags/parse.cc b/absl/flags/parse.cc
index 172fe901..f41ddfcb 100644
--- a/absl/flags/parse.cc
+++ b/absl/flags/parse.cc
@@ -417,7 +417,7 @@ bool HandleGeneratorFlags(std::vector<ArgsList>& input_args,
// programmatically before invoking ParseCommandLine. Note that we do not
// actually process arguments specified in the flagfile, but instead
// create a secondary arguments list to be processed along with the rest
- // of the comamnd line arguments. Since we always the process most recently
+ // of the command line arguments. Since we always the process most recently
// created list of arguments first, this will result in flagfile argument
// being processed before any other argument in the command line. If
// FLAGS_flagfile contains more than one file name we create multiple new