summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}