summaryrefslogtreecommitdiffstats
path: root/zshrc
diff options
context:
space:
mode:
authorStefan Ritter <xeno@thehappy.de>2009-06-09 15:11:27 +0200
committerStefan Ritter <xeno@thehappy.de>2009-06-09 15:11:27 +0200
commit5feb294375ed4c803fb715d1f753500f6b003903 (patch)
treecaa705f1d6639d5ef8019ce574e24e504f495097 /zshrc
parentfaa4da22315bf3b0b79da8ef3d0ef8aa68148bbf (diff)
Fixed typo
Diffstat (limited to 'zshrc')
-rw-r--r--zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index a57bb12..edd24a9 100644
--- a/zshrc
+++ b/zshrc
@@ -133,6 +133,6 @@ up() {
elif [ -e ./.git ]; then
git pull
else
- echo Kein Repositiory!
+ echo Kein Repository!
fi
}