about summary refs log tree commit diff
path: root/src/io.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/io.cpp')
-rw-r--r--src/io.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io.cpp b/src/io.cpp
index 79e753a..8f3b58f 100644
--- a/src/io.cpp
+++ b/src/io.cpp
@@ -1162,7 +1162,7 @@ void ReadFile_kin(const string &file_kin, vector<int> &indicator_idv,
     }
     if (i_total != ni_total) {
       cout << "error! number of rows in the kinship file do "
-           << "not match the number of phentypes." << endl;
+           << "not match the number of phenotypes." << endl;
       error = true;
     }
   } else {