summaryrefslogtreecommitdiff
path: root/plugins/ubuntu/ubuntu.plugin.zsh
diff options
context:
space:
mode:
authorPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
committerPatrick José Pereira <patrickelectric@gmail.com>2016-12-30 10:34:16 -0200
commit223872c4530de5e756581d205c614ba3e1de79ce (patch)
tree1abbab70b161c6f69922c31116e038c1a6996d12 /plugins/ubuntu/ubuntu.plugin.zsh
parent8c6ac51f3f40e2af1f35bd5ac3765159e5a4a0cb (diff)
downloadzsh-223872c4530de5e756581d205c614ba3e1de79ce.tar.gz
zsh-223872c4530de5e756581d205c614ba3e1de79ce.tar.bz2
zsh-223872c4530de5e756581d205c614ba3e1de79ce.zip
'plugins/ubuntu/ubuntu.plugin.zsh: Solve typos'
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Diffstat (limited to 'plugins/ubuntu/ubuntu.plugin.zsh')
-rw-r--r--plugins/ubuntu/ubuntu.plugin.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ubuntu/ubuntu.plugin.zsh b/plugins/ubuntu/ubuntu.plugin.zsh
index 030af0693..60ff0457f 100644
--- a/plugins/ubuntu/ubuntu.plugin.zsh
+++ b/plugins/ubuntu/ubuntu.plugin.zsh
@@ -69,7 +69,7 @@ alias mydeb='time dpkg-buildpackage -rfakeroot -us -uc'
# apt-add-repository with automatic install/upgrade of the desired package
# Usage: aar ppa:xxxxxx/xxxxxx [packagename]
# If packagename is not given as 2nd argument the function will ask for it and guess the default by taking
-# the part after the / from the ppa name wich is sometimes the right name for the package you want to install
+# the part after the / from the ppa name which is sometimes the right name for the package you want to install
aar() {
if [ -n "$2" ]; then
PACKAGE=$2