From bfe0a2ea2665bc475c186f67f09dd71c5eca6aaf Mon Sep 17 00:00:00 2001 From: uqs Date: Sun, 22 May 2011 14:03:46 +0000 Subject: [PATCH] Fix some typos under bin/ Found by: codespell --- bin/ed/POSIX | 4 ++-- bin/ps/ps.c | 2 +- bin/sh/mkinit.c | 2 +- 3 files changed, 4 insertions(+), 4 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 <