From: Arvin Schnell Date: Mon, 13 Jul 2020 13:44:37 +0000 (+0200) Subject: - fixed typo X-Git-Tag: v0.8.11~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F544%2Fhead;p=thirdparty%2Fsnapper.git - fixed typo --- 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); }