From eb5f1effae59346f25e6db754c82cf8e59ec7aa0 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sun, 20 Mar 2011 06:32:27 +0100 Subject: [PATCH] [activator] fix small typo in string "unavaiable" --- server/activator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/activator.py b/server/activator.py index 91fe1157d..6bd4cb3fe 100644 --- a/server/activator.py +++ b/server/activator.py @@ -63,7 +63,7 @@ help_opts = [ (1, 'repo', 1, _('repository handling functions')), (2, 'sync', 3, _('sync the current repository database across primary mirrors')), (3, '--syncall', 1, _('sync all the configured repositories')), - (2, 'vacuum', 3, _('clean unavaiable packages from mirrors (similar to tidy, but more nazi)')), + (2, 'vacuum', 3, _('clean unavailable packages from mirrors (similar to tidy, but more nazi)')), (3, '--days=', 1, _('expiration days [default is: 0, dangerous!]')), (2, 'lock', 3, _('lock the current repository database (server-side)')), (2, 'unlock', 3, _('unlock the current repository database (server-side)')),