[zypp-devel] [PATCH] fix "sytem" instead of "system" typo

Signed-off-by: Vitezslav Cizek <vcizek@suse.cz> --- doc/zypper.8 | 4 ++-- src/Zypper.cc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/zypper.8 b/doc/zypper.8 index ddba329..e9792ad 100644 --- a/doc/zypper.8 +++ b/doc/zypper.8 @@ -1131,7 +1131,7 @@ Ignore query string in the URI List all defined repositories or show detailed information about those specified as arguments .IP -The following data can be printed for each repository found on the sytem: +The following data can be printed for each repository found on the system: # (repository number), Alias (shorthand for Name), Name, Enabled (whether the repository is enabled), Refresh (whether auto-refresh is enabled for the repository), Priority, Type (repository meta-data type: rpm-md, yast2, @@ -1351,7 +1351,7 @@ Specify descriptive name for the service. .TP .B removeservice (rs) [options] <alias|name|#|URI> ... -Remove specified repository index service from the sytem. +Remove specified repository index service from the system. Removing an RIS service will result in removing of all of its repositories. diff --git a/src/Zypper.cc b/src/Zypper.cc index 6be9b48..979c52a 100644 --- a/src/Zypper.cc +++ b/src/Zypper.cc @@ -1282,7 +1282,7 @@ void Zypper::processCommandOptions() // TranslatorExplanation the %s = "yast2, rpm-md, plaindir" "removeservice (rs) [options] <alias|#|URI>\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" @@ -1423,7 +1423,7 @@ void Zypper::processCommandOptions() "addrepo (ar) [options] <URI> <alias>\n" "addrepo (ar) [options] <file.repo>\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" -- 1.8.1.4 -- Vita Cizek
participants (1)
-
Vitezslav Cizek