diff options
author | Bernhard Reutner-Fischer | 2008-02-11 11:44:38 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-02-11 11:44:38 +0000 |
commit | a985d306a1fb5533e6fd93dbbcc04e493a126de8 (patch) | |
tree | bb261f14ce5adb3c3281feb9c12c58c078155927 /networking/sendmail.c | |
parent | 83177991c86dd49ac447225f33b84e1883ca49ee (diff) | |
download | busybox-a985d306a1fb5533e6fd93dbbcc04e493a126de8.zip busybox-a985d306a1fb5533e6fd93dbbcc04e493a126de8.tar.gz |
- spelling fixes
Diffstat (limited to 'networking/sendmail.c')
-rw-r--r-- | networking/sendmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/sendmail.c b/networking/sendmail.c index 5dababc..63305d1 100644 --- a/networking/sendmail.c +++ b/networking/sendmail.c @@ -481,12 +481,12 @@ int sendgetmail_main(int argc, char **argv) // make tempnam(dir, salt) respect dir argument unsetenv("TMPDIR"); - // TODO: piping thru external filter argv... if *argv + // TODO: piping through external filter argv... if *argv // cache fetch command { const char *retr = (opts & OPTF_t) ? "TOP %u 0" : "RETR %u"; - // loop thru messages + // loop through messages for (; nmsg; nmsg--) { int fd; char tmp_name[sizeof("tmp/XXXXXX")]; |