diff --git a/checkin_notes b/checkin_notes
index e50027ace7..a4774494d3 100755
--- a/checkin_notes
+++ b/checkin_notes
@@ -13686,3 +13686,9 @@ David 11 Nov 05
lib/
gui_rpc_client.h
gui_rpc_client_ops.C
+
+David 12 Nov 2005
+ - typo fix
+
+ client/
+ cs_statefile.C
diff --git a/client/cs_statefile.C b/client/cs_statefile.C
index cd177e72c3..ae6e49af89 100644
--- a/client/cs_statefile.C
+++ b/client/cs_statefile.C
@@ -384,7 +384,7 @@ int CLIENT_STATE::write_state(MIOFILE& f) {
new_version_check_time
);
if (newer_version.size()) {
- f.printf("%s\n", newer_version.c_str);
+ f.printf("%s\n", newer_version.c_str());
}
proxy_info.write(f);
diff --git a/doc/email_lists.php b/doc/email_lists.php
index f4ff55aa0c..f89fe17ede 100644
--- a/doc/email_lists.php
+++ b/doc/email_lists.php
@@ -12,10 +12,8 @@ Click to subscribe or post to a list.
list_start();
list_item(
"boinc_projects",
- "For people operating BOINC projects.
- Use it to ask questions, report bugs, or request enhancements to
- the BOINC server software.
- Announcements of modifications and upgrades to BOINC will posted here.
+ "An email list for people operating BOINC projects. Questions and problems involving BOINC server software. Announcements of upgrades and changes.
+ Do NOT post questions about BOINC client software here.
");
list_item("boinc_dev",
"For people developing, debugging or porting the BOINC software.
diff --git a/doc/links.php b/doc/links.php
index 3e21372370..97752e763e 100644
--- a/doc/links.php
+++ b/doc/links.php
@@ -73,8 +73,9 @@ language("Dutch", array(
site("http://www.boinc.be", "www.boinc.be"),
));
language("English", array(
- site("http://www.setiusa.net/", "SETI.USA"),
site("http://www.boinc-doc.net", "boinc-doc.net"),
+ site("http://www.kazlev.karoo.net/", "TeamACC (Arthur C. Clarke fans)"),
+ site("http://www.setiusa.net/", "SETI.USA"),
site("http://www.boincsynergy.com/", "BOINC Synergy"),
site("http://www.esea.dk/esea/boinc.asp", "Earth Space Exploration Agency"),
site("http://boinc.mundayweb.com", "boinc.mundayweb.com - stats counters and more")
diff --git a/doc/manager.php b/doc/manager.php
index 70da6b472d..f8e68027e8 100644
--- a/doc/manager.php
+++ b/doc/manager.php
@@ -285,10 +285,6 @@ To select the BOINC screensaver:
Mac OS X: select System Preferences under the Apple menu and
click on \"Screen Saver\".
-The BOINC screensaver draws graphics from a running application,
-if any is available.
-Otherwise it draws the BOINC logo bouncing around the screen (Windows) or
-displays a scrolling message (Mac OS X).
";
page_tail();
?>