Spelling fix. Thanks to Reuben Thomas

darcs-hash:20061101231404-ac50b-8f5b08242aed565baf37035805d7b3614fe8022b.gz
This commit is contained in:
axel 2006-11-02 09:14:04 +10:00
parent 44f85d04f9
commit 7fb44d4d5f

View file

@ -4,7 +4,7 @@
# Test if we are using GNU ls
function __fish_complete_ls -d "Compleletions for ls and it's aliases"
function __fish_complete_ls -d "Compleletions for ls and its aliases"
set -l is_gnu
command ls --version >/dev/null ^/dev/null; and set is_gnu --is-gnu