]> cygwin.com Git - cygwin-apps/setup.git/commitdiff
* site.cc (do_download_site_info_thread): Correct spelling error.
authorChristopher Faylor <me@cgf.cx>
Sat, 6 Jul 2002 17:58:22 +0000 (17:58 +0000)
committerChristopher Faylor <me@cgf.cx>
Sat, 6 Jul 2002 17:58:22 +0000 (17:58 +0000)
ChangeLog
site.cc

index 109b0f1f11f7bd245e9304f46539c523bdbe89d5..48a6d57fcbfbec155382c65ea83ce5cfccb52f4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-06  Christopher Faylor  <cgf@redhat.com>
+
+       * site.cc (do_download_site_info_thread): Correct spelling error.
+
 2002-07-06  Robert Collins  <rbtcollins@hotmail.com>
 
        * PickCategoryLine.h: Include required header list.h.
diff --git a/site.cc b/site.cc
index 5d0f16dfa5e48d6ac556bc660fee49843d1ef7a4..61045e2f7e1dfd7360d66186ad81435b85a91577 100644 (file)
--- 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,
This page took 0.037145 seconds and 5 git commands to generate.