Fix typos in comments

svn path=/trunk/boinc/; revision=13832
This commit is contained in:
Charlie Fenton 2007-10-11 11:18:43 +00:00
parent bce07112ee
commit 0469e91fc1
1 changed files with 2 additions and 2 deletions

View File

@ -1026,7 +1026,7 @@ RUNNING_GFX_APP* CMainDocument::GetRunningGraphicsApp(RESULT* result, int slot)
return &(*gfx_app_iter);
}
// Graphics app is still running but the slot no longer has a different task
// Graphics app is still running but the slot now has a different task
kill_program((*gfx_app_iter).pid);
}
@ -1119,7 +1119,7 @@ int CMainDocument::WorkShowGraphics(RESULT* result)
if (!p) return ERR_INVALID_PARAM;
slot = atoi(p+1);
// See if we are already running the grapics application for this task
// See if we are already running the graphics application for this task
previous_gfx_app = GetRunningGraphicsApp(result, slot);
#ifdef __WXMAC__