From 62fcb0f55c6ae8043eb7fc5e31fdb0c35149c79f Mon Sep 17 00:00:00 2001 From: Matthieu Tristram Date: Tue, 1 Oct 2019 09:30:44 +0000 Subject: [PATCH] English typo in comment --- src/camel/exec/writeChi2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/camel/exec/writeChi2.cc b/src/camel/exec/writeChi2.cc index d2d08db..0a8b0fc 100644 --- a/src/camel/exec/writeChi2.cc +++ b/src/camel/exec/writeChi2.cc @@ -57,7 +57,7 @@ int main(int argc,char** argv){ cout << "sigma8" << "=" << theChi2->getEngine()->get("sigma8") << endl; } else { - cout << "add do_mPk tou your parfile to compute sigma8" << endl; + cout << "add do_mPk to your parfile to compute sigma8" << endl; } if(parser.derivedVars().size()!=0) -- GitLab