aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-09-14 02:37:46 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-09-14 02:37:46 +0000
commit7c59a83a779fa9cb92b9d37e462a130c380d14d4 (patch)
tree1923bf4f956fcfad81b9cb58d26344b332cda9f2 /editors
parent4dc1d25a30825091b0a285eb3b36121a066b30ee (diff)
downloadbusybox-7c59a83a779fa9cb92b9d37e462a130c380d14d4.tar.gz
Stupid typo
Diffstat (limited to 'editors')
-rw-r--r--editors/sed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/sed.c b/editors/sed.c
index 6dbb1fb8f..f297db83b 100644
--- a/editors/sed.c
+++ b/editors/sed.c
@@ -1160,7 +1160,7 @@ extern int sed_main(int argc, char **argv)
else {
char *str_cmd = strdup(argv[optind]);
- add_cmd_str(strd_cmd);
+ add_cmd_str(str_cmd);
free(str_cmd);
optind++;
}