aboutsummaryrefslogtreecommitdiff
path: root/src/utils/command.cc
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2022-10-28 04:00:00 +0200
committerIgor Pashev <pashev.igor@gmail.com>2022-10-29 11:57:20 +0200
commit8df721df25864f89772c58a4486314855bf1a37e (patch)
tree7c89253922a8f09b964876b438056e2655cc9062 /src/utils/command.cc
parent467b6fb9eeb12d064c1f6fa4d7f87638e49685ca (diff)
downloadopen-axiom-8df721df25864f89772c58a4486314855bf1a37e.tar.gz
Fix some compiler warnings & buffer overflows
Diffstat (limited to 'src/utils/command.cc')
-rw-r--r--src/utils/command.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/command.cc b/src/utils/command.cc
index f560f169..55716bc1 100644
--- a/src/utils/command.cc
+++ b/src/utils/command.cc
@@ -302,7 +302,7 @@ static void print_usage(void) {
print_line(" --optimize=<n> Set compiler optimization level to <n>, a natural number.");
print_line("");
print_line("If invoked without options and without an input file "
- "OpenAxiom will start as an interative program with Superman"
+ "OpenAxiom will start as an interactive program with Superman"
" as the master process, the majority of uses. If invoked "
"with a file as single argument, OpenAxiom assumes the file is a Spad "
"script and will attempt to execute it as such.");