summaryrefslogtreecommitdiff
path: root/Completion/X
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_setxkbmap2
-rw-r--r--Completion/X/Command/_vnc6
2 files changed, 4 insertions, 4 deletions
diff --git a/Completion/X/Command/_setxkbmap b/Completion/X/Command/_setxkbmap
index 486268ed7..882a6f939 100644
--- a/Completion/X/Command/_setxkbmap
+++ b/Completion/X/Command/_setxkbmap
@@ -23,7 +23,7 @@ _setxkbmap() {
local -a arguments
arguments=(
- '-compat[compability map]:compability:_setxkbmap_compat'
+ '-compat[compatibility map]:compatibility:_setxkbmap_compat'
'-config[configuration file]:configuration:_files'
'-display[display]:display:_x_display'
'-geometry[geometry component]:geometry:_setxkbmap_geometry'
diff --git a/Completion/X/Command/_vnc b/Completion/X/Command/_vnc
index 70b897e47..d60616f21 100644
--- a/Completion/X/Command/_vnc
+++ b/Completion/X/Command/_vnc
@@ -33,7 +33,7 @@ case $service in
'-ls[limit stack space to N Kb]:int:' \
'-nolock[disable the locking mechanism]' \
'-logo[enable logo in screen saver]' \
- '-nolisten[dont listen on protocol]:protocol:(tcp)' \
+ "-nolisten[don't listen on protocol]:protocol:(tcp)" \
'-p[screen-saver pattern duration (minutes)]:time (minutes):' \
'-pn[accept failure to listen on all ports]' \
'-nopn[reject failure to listen on all ports]' \
@@ -61,7 +61,7 @@ case $service in
'-udpinputport[UDP port for keyboard/pointer data]:port:' \
'-rfbport[TCP port for RFB protocol]:port:' \
'-rfbwait[max time in ms to wait for RFB client]:time:' \
- '-nocursor[dont put up a cursor]' \
+ "-nocursor[don't put up a cursor]" \
'-rfbauth[use authentication on RFB protocol]:passwd-file:_files' \
'-httpd[serve files via HTTP from here]:dir:_files -/' \
'-httpport[port for HTTP]:port:' \
@@ -71,7 +71,7 @@ case $service in
'-desktop[VNC desktop name (default x11)]:name:' \
'-alwaysshared[always treat new clients as shared]' \
'-nevershared[never treat new clients as shared]' \
- '-dontdisconnect[dont disconnect existing clients for new non-shared connections]' \
+ "-dontdisconnect[don't disconnect existing clients for new non-shared connections]" \
'-viewonly[let clients only to view the desktop]' \
'-localhost[only allow connections from localhost]' \
'-interface[only bind to specified interface address]:ipaddr:' \