Skip to content

Commit

Permalink
Fix typo in ledig
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Martinsson committed Mar 16, 2016
1 parent affe46c commit ca06db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledig
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ do
then
echo "* $domain är ledig"
else
echo " $domain är upptagen"
echo " $domain är tagen"
fi

sleep $WAIT
Expand Down

0 comments on commit ca06db8

Please sign in to comment.