diff options
author | corvid <corvid@lavabit.com> | 2010-12-13 07:18:45 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2010-12-13 07:18:45 +0000 |
commit | 98c153b0a488073129aaed38a0b25e75df288ca9 (patch) | |
tree | 5e80280e183bd82f88f9099978228ef20be52a1d /dpi | |
parent | ab59282c6f8bbece28d6ecc81656823ddbdb4193 (diff) |
typo
Diffstat (limited to 'dpi')
-rw-r--r-- | dpi/downloads.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dpi/downloads.cc b/dpi/downloads.cc index 52de1c93..95b202e2 100644 --- a/dpi/downloads.cc +++ b/dpi/downloads.cc @@ -920,7 +920,7 @@ static void read_req_cb(int req_fd, void *) } action = dl_win->check_filename(&dl_dest); if (action != DL_ABORT) { - // Start the whole thing whithin FLTK. + // Start the whole thing within FLTK. dl_win->add(dl_dest, url, action); } else if (dl_win->num() == 0) { exit(0); |