From 9d5df0324f3fb75a5f46e195ed237660e7810d1c Mon Sep 17 00:00:00 2001 From: Michael Andres Date: Tue, 17 Sep 2013 11:32:06 +0200 Subject: [PATCH] Fix typo --- src/Zypper.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Zypper.cc b/src/Zypper.cc index 9289c6c..63e9952 100644 --- a/src/Zypper.cc +++ b/src/Zypper.cc @@ -1288,7 +1288,7 @@ void Zypper::processCommandOptions() // TranslatorExplanation the %s = "yast2, rpm-md, plaindir" "removeservice (rs) [options] \n" "\n" - "Remove specified repository index service from the sytem..\n" + "Remove specified repository index service from the system..\n" "\n" " Command options:\n" " --loose-auth Ignore user authentication data in the URI.\n" @@ -1429,7 +1429,7 @@ void Zypper::processCommandOptions() "addrepo (ar) [options] \n" "addrepo (ar) [options] \n" "\n" - "Add a repository to the sytem. The repository can be specified by its URI" + "Add a repository to the system. The repository can be specified by its URI" " or can be read from specified .repo file (even remote).\n" "\n" " Command options:\n" -- 2.7.4