diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-06-09 15:11:27 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-06-09 15:11:27 +0200 |
commit | 5feb294375ed4c803fb715d1f753500f6b003903 (patch) | |
tree | caa705f1d6639d5ef8019ce574e24e504f495097 /zshrc | |
parent | faa4da22315bf3b0b79da8ef3d0ef8aa68148bbf (diff) |
Fixed typo
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,6 +133,6 @@ up() { elif [ -e ./.git ]; then git pull else - echo Kein Repositiory! + echo Kein Repository! fi } |