diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-23 20:32:09 +0000 |
commit | b80bdec29037155df3cda15949b812b9299fdab6 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /sed.c | |
parent | 85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff) | |
download | busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2 busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip |
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'sed.c')
-rw-r--r-- | sed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -617,7 +617,7 @@ static int do_sed_command(const struct sed_cmd *sed_cmd, const char *line) | |||
617 | * flag exists in the first place. | 617 | * flag exists in the first place. |
618 | */ | 618 | */ |
619 | 619 | ||
620 | /* if the user specified that they didn't want anything printed (i.e. a -n | 620 | /* if the user specified that they didn't want anything printed (i.e., a -n |
621 | * flag and no 'p' flag after the s///), then there's really no point doing | 621 | * flag and no 'p' flag after the s///), then there's really no point doing |
622 | * anything here. */ | 622 | * anything here. */ |
623 | if (be_quiet && !sed_cmd->sub_p) | 623 | if (be_quiet && !sed_cmd->sub_p) |