]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed typo 166/head
authorArvin Schnell <aschnell@suse.de>
Tue, 2 Jun 2015 13:02:45 +0000 (15:02 +0200)
committerArvin Schnell <aschnell@suse.de>
Tue, 2 Jun 2015 13:02:45 +0000 (15:02 +0200)
client/snapper.cc

index 50c1c55be3c4bd8545b37d4aa02bac1cc141b8b0..cb1c8fff5ab8163bcc8521867ce07d365259c271 100644 (file)
@@ -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);
     }