1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

Fix typo in warp directory plugin

This commit is contained in:
Simon Frost 2014-07-15 14:20:39 +01:00
parent 5728a5608d
commit 6adc89131c

View file

@ -58,7 +58,7 @@ wd_warp()
#wd_print_msg $BLUE "Warping..."
cd ${points[$1]}
else
wd_print_msg $RED "Unkown warp point '$1'"
wd_print_msg $RED "Unknown warp point '$1'"
fi
}