typos
authorBrian Demsky <bdemsky@uci.edu>
Mon, 6 May 2013 23:32:41 +0000 (16:32 -0700)
committerBrian Demsky <bdemsky@uci.edu>
Mon, 6 May 2013 23:32:41 +0000 (16:32 -0700)
README
main.cc

diff --git a/README b/README
index 7ea3a3225d34d59d3831e4ae67315c5351f8c577..dcabe6fa5fb8023b8337556804ce6f732f1264e6 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ Written by Brian Norris and Brian Demsky
 
 Usage: ./test/userprog.o [MODEL-CHECKER OPTIONS] -- [PROGRAM ARGS]
 
-MODLE-CHECKER OPTIONS can be any of the model-checker options listed below. Arguments
+MODEL-CHECKER OPTIONS can be any of the model-checker options listed below. Arguments
 provided after the `--' (the PROGRAM ARGS) are passed to the user program.
 
 Model-checker options:
diff --git a/main.cc b/main.cc
index 5a33baf996bc3d0f85f11108797b8907c89b6507..1245b60e9ff8e48941929b8d06ff518f26719287 100644 (file)
--- a/main.cc
+++ b/main.cc
@@ -46,7 +46,7 @@ static void print_usage(const char *program_name, struct model_params *params)
 "\n"
 "Usage: %s [MODEL-CHECKER OPTIONS] -- [PROGRAM ARGS]\n"
 "\n"
-"MODLE-CHECKER OPTIONS can be any of the model-checker options listed below. Arguments\n"
+"MODEL-CHECKER OPTIONS can be any of the model-checker options listed below. Arguments\n"
 "provided after the `--' (the PROGRAM ARGS) are passed to the user program.\n"
 "\n"
 "Model-checker options:\n"