fix my comment

This commit is contained in:
sspitzer%netscape.com 1999-10-07 09:12:27 +00:00
parent 38f906b0c6
commit e8fb6b9150

View File

@ -540,7 +540,7 @@ static nsresult main1(int argc, char* argv[])
}
// if we get here, and we don't have a current profile, return a failure so we will exit
// this can happen, if the user hits cancel or close in the profile manager dialogs
// this can happen, if the user hits Cancel or Exit in the profile manager dialogs
char *currentProfileStr = nsnull;
rv = profileMgr->GetCurrentProfile(&currentProfileStr);
if (NS_FAILED(rv) || !currentProfileStr || (PL_strlen(currentProfileStr) == 0)) {