From ab688d5b0c8f3b1417d07da79f22df43101b3876 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Tue, 2 Jun 2015 15:02:45 +0200 Subject: [PATCH] - fixed typo --- client/snapper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3