about summary refs log tree commit diff
path: root/Completion/Unix/Command/_sed
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2020-01-09 14:38:35 +0100
committerMikael Magnusson <mikachu@gmail.com>2020-01-09 14:51:08 +0100
commit66caa81ab7ffd931be143c6e8f35188c1b57894e (patch)
tree77cb910fccb69c481367be46834023a4b42c3064 /Completion/Unix/Command/_sed
parente6fa0b3b6568fa8c0d1173fdc822c97c41a2f763 (diff)
downloadzsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.tar.gz
zsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.tar.xz
zsh-66caa81ab7ffd931be143c6e8f35188c1b57894e.zip
Fix typos reported by codespell in shell code
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 b08eaa281..73227901e 100644
--- a/Completion/Unix/Command/_sed
+++ b/Completion/Unix/Command/_sed
@@ -38,7 +38,7 @@ cmds_end=(
   'n:read the next line of input into pattern space'
   'N:append the next line of input to the pattern space'
   'p:print the current pattern space'
-  'P:print upto the first newline of the current pattern space'
+  'P:print up to the first newline of the current pattern space'
   'x:exchange hold and pattern spaces'
   '}:end group'
 )