From 6d16bab384477daff5e14fe289acfb7917e4e9ef Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Mon, 13 Jul 2020 15:44:37 +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 98ec0095..53ded4ae 100644 --- a/client/snapper.cc +++ b/client/snapper.cc @@ -1070,7 +1070,7 @@ command_rollback(cli::GlobalOptions& global_options, ProxySnappers* snappers, Pr if (previous_default == snapshots.end()) { cerr << _("Cannot detect ambit since default subvolume is unknown.") << '\n' - << _("This can happen if the system was not setup for rollback.") << '\n' + << _("This can happen if the system was not set up for rollback.") << '\n' << _("The ambit can be specified manually using the --ambit option.") << endl; exit(EXIT_FAILURE); } -- 2.47.3