From: Arvin Schnell Date: Tue, 2 Jun 2015 13:02:45 +0000 (+0200) Subject: - fixed typo X-Git-Tag: v0.2.8~8^2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=refs%2Fpull%2F166%2Fhead;p=thirdparty%2Fsnapper.git - fixed typo --- diff --git a/client/snapper.cc b/client/snapper.cc index 50c1c55b..cb1c8fff 100644 --- a/client/snapper.cc +++ b/client/snapper.cc @@ -1593,7 +1593,7 @@ main(int argc, char** argv) } catch (const runtime_error& e) { - cerr << "Failed to set locale. Fix you system." << endl; + cerr << "Failed to set locale. Fix your system." << endl; exit (EXIT_FAILURE); }