aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/POSIX
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-05-22 14:03:46 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-05-22 14:03:46 +0000
commitbf2fe08eeaf4de76fe97e7510e24c894b87ec902 (patch)
tree1e83c2c954462c171097322b88b64e1d10dd3d82 /bin/ed/POSIX
parent01c9917634f4a0a193ee292474ae75b6e899a9b0 (diff)
downloadsrc-bf2fe08eeaf4de76fe97e7510e24c894b87ec902.tar.gz
src-bf2fe08eeaf4de76fe97e7510e24c894b87ec902.zip
Fix some typos under bin/
Found by: codespell
Notes
Notes: svn path=/head/; revision=222178
Diffstat (limited to 'bin/ed/POSIX')
-rw-r--r--bin/ed/POSIX4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/POSIX b/bin/ed/POSIX
index f81bb0ce1a14..dab1a2bc90f3 100644
--- a/bin/ed/POSIX
+++ b/bin/ed/POSIX
@@ -75,7 +75,7 @@ DEVIATIONS
2) Since the behavior of `u' (undo) within a `g' (global) command list is
not specified by POSIX, it follows the behavior of the SunOS ed:
undo forces a global command list to be executed only once, rather than
- for each line matching a global pattern. In addtion, each instance of
+ for each line matching a global pattern. In addition, each instance of
`u' within a global command undoes all previous commands (including
undo's) in the command list. This seems the best way, since the
alternatives are either too complicated to implement or too confusing
@@ -83,7 +83,7 @@ DEVIATIONS
The global/undo combination is useful for masking errors that
would otherwise cause a script to fail. For instance, an ed script
- to remove any occurences of either `censor1' or `censor2' might be
+ to remove any occurrences of either `censor1' or `censor2' might be
written as:
ed - file <<EOF
1g/.*/u\