]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
- fixed typo 544/head
authorArvin Schnell <aschnell@suse.de>
Mon, 13 Jul 2020 13:44:37 +0000 (15:44 +0200)
committerArvin Schnell <aschnell@suse.de>
Mon, 13 Jul 2020 13:44:37 +0000 (15:44 +0200)
client/snapper.cc

index 98ec00956da279d682a21073406e543cd6c54066..53ded4ae94ac4057d32056001851e95c9e606ce7 100644 (file)
@@ -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);
        }