summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buildtool/common/cli.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp
index f7ed66db..0a8fcf56 100644
--- a/src/buildtool/common/cli.hpp
+++ b/src/buildtool/common/cli.hpp
@@ -270,7 +270,7 @@ static inline auto SetupDiagnosticArguments(
->type_name("PATH");
app->add_option("--dump-vars",
clargs->dump_vars,
- "Dump domain of the effective configuraiton to file (use - "
+ "Dump domain of the effective configuration to file (use - "
"for stdout).")
->type_name("PATH");
app->add_option("--dump-targets",
@@ -410,7 +410,7 @@ static inline auto SetupFetchArguments(
app->add_flag("--raw-tree",
clargs->raw_tree,
- "Dump raw tree object (omit pretty printting)");
+ "Dump raw tree object (omit pretty printing)");
}
static inline auto SetupGraphArguments(