diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-04 07:56:35 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2006-08-04 07:56:35 +0000 |
| commit | 776fc0e90e9072cda064b69e91a6a0e6bede1aa1 (patch) | |
| tree | 3f52e03559d675c9d3ca40d2fcf182a763ba10f4 /bin/sh | |
| parent | 091eb5a3db10b530dec3fb211aea04e212a9e98f (diff) | |
Notes
Diffstat (limited to 'bin/sh')
| -rw-r--r-- | bin/sh/histedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 6b52005353ee..0bea2b8a37c8 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -370,7 +370,7 @@ histcmd(int argc, char **argv) fputs(s, efp); } /* - * At end? (if we were to loose last, we'd sure be + * At end? (if we were to lose last, we'd sure be * messed up). */ if (he.num == last) |
