summaryrefslogtreecommitdiffstats
path: root/scripts/completions
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/completions')
-rw-r--r--scripts/completions/bash/dcop2
-rw-r--r--scripts/completions/zsh/_kdekillall2
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/completions/bash/dcop b/scripts/completions/bash/dcop
index 675bf6cf..d3e0fba4 100644
--- a/scripts/completions/bash/dcop
+++ b/scripts/completions/bash/dcop
@@ -32,7 +32,7 @@ _complete_dcop ()
elif (( $COMP_CWORD == 2 )); then
#
# Object. 'dcop <application>' returns all objects the application
- # supports plus (default). The parenthesis in (default) should be
+ # supports plus (default). The tqparenthesis in (default) should be
# omitted when using it as an argument so we need to remove them.
#
wordlist=$(dcop ${COMP_WORDS[1]} | sed -e "s,(default),default,")
diff --git a/scripts/completions/zsh/_kdekillall b/scripts/completions/zsh/_kdekillall
index 16ab40dc..eb3eb0ab 100644
--- a/scripts/completions/zsh/_kdekillall
+++ b/scripts/completions/zsh/_kdekillall
@@ -4,5 +4,5 @@ local progs
progs=(`ps x | grep kdeinit: | grep -v Running | grep -v grep | sed 's,.*kdeinit: ,,' | sed 's, .*,,'`)
_alternative \
- 'signals:: _signals -p' \
+ 'Q_SIGNALS:: _Q_SIGNALS -p' \
'compadd $progs'