all: fix misspellings in docs and program comments
We might as well join the coreutils and util-linux projects in correcting our own typos. The following was left unchanged: top/top.c[1797]: thru -> "through" references: http://lists.gnu.org/archive/html/coreutils/2012-04/msg00057.html http://marc.info/?l=util-linux-ng&m=133518057419736&w=2 Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
@ -51,8 +51,7 @@ set test "free with zero repeat count"
|
||||
spawn $free -c 0
|
||||
expect_pass "$test" "\(lt-\)\?free: failed to parse count argument: '0': Numerical result out of range"
|
||||
|
||||
set test "free with postive repeat count"
|
||||
set test "free with postive repeat count"
|
||||
set test "free with positive repeat count"
|
||||
spawn $free -c 2
|
||||
expect_continue "$test" "^${free_header}"
|
||||
expect_pass "$test" "${free_header}"
|
||||
|
Reference in New Issue
Block a user