mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
Fix typos in comments
This commit is contained in:
@@ -232,7 +232,7 @@ end
|
||||
|
||||
if command -q kill
|
||||
# Only define this if something to wrap exists
|
||||
# this allows a nice "commad not found" error to be triggered.
|
||||
# this allows a nice "command not found" error to be triggered.
|
||||
function kill
|
||||
set -l args (__fish_expand_pid_args $argv)
|
||||
and command kill $args
|
||||
|
||||
Reference in New Issue
Block a user