summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
authorVictor Westerhuis <victor@westerhu.is>2021-12-05 22:41:41 +0100
committerAdrian Thurston <thurston@colm.net>2021-12-06 09:51:21 -0800
commit9835bf4ad410315311c022b0ddf927e4129644ba (patch)
treeb44f07f8ef97cc97b9465b31efc2fbb937883452 /src/main.cc
parent84f40a088bb20ec3050007ae9dfede9da3f0b0f7 (diff)
downloadcolm-9835bf4ad410315311c022b0ddf927e4129644ba.tar.gz
Fix some spelling errors
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cc b/src/main.cc
index 06647497..317f3bce 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -644,7 +644,7 @@ void processArgs( int argc, const char **argv )
else
fatal( "unknown argument to -D %s\n", pc.parameterArg );
#else
- fatal( "-D option specified but debugging messsages not compiled in\n" );
+ fatal( "-D option specified but debugging messages not compiled in\n" );
#endif
break;