aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/param.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/param.cpp b/src/param.cpp
index cd4274a..edee79d 100644
--- a/src/param.cpp
+++ b/src/param.cpp
@@ -521,7 +521,7 @@ void PARAM::CheckParam(void) {
a_mode != 71) {
cout << "error! unknown analysis mode: " << a_mode
<< ". make sure -gk or -eigen or -lmm or -bslmm -predict or "
- << "-calccov is sepcified correctly." << endl;
+ << "-calccov is specified correctly." << endl;
error = true;
}
if (miss_level > 1) {