summaryrefslogtreecommitdiffstats
path: root/Completion/Unix/Command/_sed
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_sed')
-rw-r--r--Completion/Unix/Command/_sed2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_sed b/Completion/Unix/Command/_sed
index ecbec61d1..262628155 100644
--- a/Completion/Unix/Command/_sed
+++ b/Completion/Unix/Command/_sed
@@ -88,7 +88,7 @@ elif _pick_variant -r variant gnu=GNU unix --version; then
'v:fail if GNU extensions not supported or older than specified version'
)
cmds_end+=(
- "e:execute a command and include it's output"
+ "e:execute a command and include its output"
'F:print the filename of the current input file'
'Q:quit'
'z:empty the pattern space'