From 89374d4aa9a187cdded11552472e88bf9fb1c051 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 6 Jul 2002 17:58:22 +0000 Subject: [PATCH] * site.cc (do_download_site_info_thread): Correct spelling error. --- ChangeLog | 4 ++++ site.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 109b0f1f..48a6d57f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-06 Christopher Faylor + + * site.cc (do_download_site_info_thread): Correct spelling error. + 2002-07-06 Robert Collins * PickCategoryLine.h: Include required header list.h. diff --git a/site.cc b/site.cc index 5d0f16df..61045e2f 100644 --- a/site.cc +++ b/site.cc @@ -280,7 +280,7 @@ do_download_site_info_thread (void *p) { // Error: Couldn't download the site info. Go back to the Net setup page. MessageBox (h, TEXT ("Can't get list of download sites.\n\ -Make sure your network settings are corect and try again."), NULL, MB_OK); +Make sure your network settings are correct and try again."), NULL, MB_OK); // Tell the progress page that we're done downloading Progress.PostMessage (WM_APP_SITE_INFO_DOWNLOAD_COMPLETE, 0, -- 2.43.5