From 48da44bf2da05f76008b083923ddf5701b9c029a Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 22 Aug 2017 08:34:32 +0000 Subject: Fix typo intecept -> intercept --- src/param.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/param.cpp b/src/param.cpp index d1879d1..c81eaf5 100644 --- a/src/param.cpp +++ b/src/param.cpp @@ -2022,12 +2022,12 @@ void PARAM::CheckCvt() { } } - // Add an intecept term if needed. + // Add an intercept term if needed. if (n_cvt == set_remove.size()) { indicator_cvt.clear(); n_cvt = 1; } else if (flag_ipt == 0) { - cout << "no intecept term is found in the cvt file. " + cout << "no intercept term is found in the cvt file. " << "a column of 1s is added." << endl; for (vector::size_type i = 0; i < indicator_idv.size(); ++i) { if (indicator_idv[i] == 0 || indicator_cvt[i] == 0) { -- cgit v1.2.3