summaryrefslogtreecommitdiff
path: root/plugins/ubuntu
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2017-02-27 09:02:16 -0800
committerRobby Russell <robby@planetargon.com>2017-02-27 09:02:16 -0800
commitb908feebcfb0ca8a9a80360d177e716c24c317d6 (patch)
tree966fd789c3bcdf804d6d242a3becf81afc343eaa /plugins/ubuntu
parente609fd5a9f7f7c9a16945ca9c0748b6de99f6635 (diff)
parentd874c73f19d8430f4dc32756fff0bf2f6a804d87 (diff)
downloadzsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.gz
zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.tar.bz2
zsh-b908feebcfb0ca8a9a80360d177e716c24c317d6.zip
Merge branch 'master' of github.com:robbyrussell/oh-my-zsh
Diffstat (limited to 'plugins/ubuntu')
-rw-r--r--plugins/ubuntu/readme.md2
-rw-r--r--plugins/ubuntu/ubuntu.plugin.zsh2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ubuntu/readme.md b/plugins/ubuntu/readme.md
index c9ef61f4e..5ad4bbcd2 100644
--- a/plugins/ubuntu/readme.md
+++ b/plugins/ubuntu/readme.md
@@ -10,7 +10,7 @@ By now you already can guess almost all aliases
There are two exeptions since ...
agu = sudo Apt-Get Update - we have ...
-agug = sudo Apt-Get UpGrade - as the exeptional 4 letter alias for a single command.
+agug = sudo Apt-Get UpGrade - as the exceptional 4 letter alias for a single command.
afs = Apt-File Search --regexp - this has the regexp switch on without being represented in the alias, I guess this makes sense since the debian plugin has it, I never used that command.
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