diff --git a/rc/windowing/x11.kak b/rc/windowing/x11.kak index 004b0b0a..22974950 100644 --- a/rc/windowing/x11.kak +++ b/rc/windowing/x11.kak @@ -54,7 +54,7 @@ The program passed as argument will be executed in the new terminal' \ # would be nicer to do in a single sed/awk call but that's difficult args=$( for i in "$@"; do - # special case to preserve empty variables as sed won't touch these + # special case to preserve empty variables as sed will not touch these if [ "$i" = '' ]; then printf "'' " else