Fix typos

svn path=/trunk/boinc/; revision=14885
This commit is contained in:
Charlie Fenton 2008-03-11 04:02:50 +00:00
parent 36e7964e3b
commit 12a2986ace
1 changed files with 2 additions and 2 deletions

View File

@ -2200,13 +2200,13 @@ David Mar 10 2008
api/
Makefile.mingw
lilb/
lib/
proc_control.h
Charlie Mar 10 2008
- Client: Rework write_state_file logic to always retry if there is an
error writing or renaming the state file, and to show warning messages
Can't rename / can't write state file only if it failed all retries or
Can't rename / Can't write state file only if it failed all retries or
if the state_debug log flag is set. These messages have appeared from
time to time and worry users, but they never seemed to signal any real
problems, probably because the subsequent retry succeeded.