diff options
-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); |