Fix typos in comments

This commit is contained in:
ccoVeille
2025-01-19 21:34:42 +01:00
committed by Peter Ammon
parent 88c8992cc3
commit b6a1bedab9
30 changed files with 34 additions and 34 deletions

View File

@@ -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