Minor spelling fixes

darcs-hash:20060603223228-ac50b-b4f7b190baf3c41bf23c224f5d68e8888dd4eaed.gz
This commit is contained in:
axel
2006-06-04 08:32:28 +10:00
parent da2a757dff
commit 48ca253097
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ for idx in (seq (count $PATH))
set i $PATH[$idx]
if not test -d $i
set erase_idx $erase_idx $idx
printf (_ '%s: Warning: The directory %s has been removed from your PATH, because it does not exist\n') fish $i
printf (_ '%s: Warning: The directory %s has been removed from your PATH because it does not exist\n') fish $i
end
end