diff options
author | Patrick José Pereira <patrickelectric@gmail.com> | 2016-12-30 10:34:16 -0200 |
---|---|---|
committer | Patrick José Pereira <patrickelectric@gmail.com> | 2016-12-30 10:34:16 -0200 |
commit | 75663be294e2328dd4928596345a9e2e4785e8a8 (patch) | |
tree | 31fb12a42dc2f6d9897cfca7cdcd98a239a4d98f /plugins | |
parent | 093c2cd6b6f50587cb779147eb9b14759d4c94aa (diff) | |
download | zsh-75663be294e2328dd4928596345a9e2e4785e8a8.tar.gz zsh-75663be294e2328dd4928596345a9e2e4785e8a8.tar.bz2 zsh-75663be294e2328dd4928596345a9e2e4785e8a8.zip |
'plugins/suse/suse.plugin.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/suse/suse.plugin.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/suse/suse.plugin.zsh b/plugins/suse/suse.plugin.zsh index afd8ecabd..f7215528b 100644 --- a/plugins/suse/suse.plugin.zsh +++ b/plugins/suse/suse.plugin.zsh @@ -1,4 +1,4 @@ -#Alias for Zypper according to the offical Zypper's alias +#Alias for Zypper according to the official Zypper's alias #Main commands alias z='sudo zypper' #call zypper @@ -51,7 +51,7 @@ alias zrr='sudo zypper rr' #remove repositories alias zas='sudo zypper as' #adds a service specified by URI to the system alias zms='sudo zypper ms' #modify properties of specified services alias zrefs='sudo zypper refs' #refreshing a service mean executing the service's special task -alias zrs='sudo zypper rs' #remove specified repository index service from the sytem +alias zrs='sudo zypper rs' #remove specified repository index service from the system alias zls='sudo zypper ls' #list services defined on the system #Package Locks Management commands |