1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Fixed spelling in install script

This commit is contained in:
James Booth 2012-07-22 01:27:49 +01:00
parent 76fe37efb7
commit 255bf5d5b1

View File

@ -96,7 +96,7 @@ if [ $? -eq 0 ]; then
fi fi
case "$DIST" in case "$DIST" in
unknown) echo Unsupported distribution, exising. unknown) echo Unsupported distribution, exiting.
exit exit
;; ;;
fedora) fedora_deps fedora) fedora_deps