From: JINMEI Tatuya Date: Tue, 17 Apr 2012 16:10:43 +0000 (-0700) Subject: [master] [1895] editorial: added a missing space in an error message. X-Git-Tag: trac2351_base~226^2~116^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0cb5ab6d32eae3df6e309ff73c6d331f0750168;p=thirdparty%2Fkea.git [master] [1895] editorial: added a missing space in an error message. not directly related to this branch, but the review comment on this point for the previous change should actually apply to this. --- diff --git a/src/bin/auth/tests/common_unittest.cc b/src/bin/auth/tests/common_unittest.cc index 9b18142dcc..184988d179 100644 --- a/src/bin/auth/tests/common_unittest.cc +++ b/src/bin/auth/tests/common_unittest.cc @@ -36,7 +36,7 @@ public: BOOST_FOREACH(const Environ &env, restoreEnviron) { if (env.second == NULL) { EXPECT_EQ(0, unsetenv(env.first.c_str())) << - "Couldn't restore environment, results of other tests" + "Couldn't restore environment, results of other tests " "are uncertain"; } else { EXPECT_EQ(0, setenv(env.first.c_str(), env.second->c_str(),