From 7125c584955e1190ff302f69cf4b6eaf9ffeb981 Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Tue, 10 Apr 2012 12:02:39 +0200 Subject: [PATCH] Typo (bnc#756192) --- src/Zypper.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Zypper.cc b/src/Zypper.cc index b385977..2f3ceec 100644 --- a/src/Zypper.cc +++ b/src/Zypper.cc @@ -3367,7 +3367,7 @@ void Zypper::doCommand() if (kind == ResKind::srcpackage && !install_not_remove) { out().error( - _("Uninstallation of a source packge not defined and implemented.")); + _("Uninstallation of a source package not defined and implemented.")); setExitCode(ZYPPER_EXIT_ERR_INVALID_ARGS); throw ExitRequestException("not implemented"); } -- 2.7.4