Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst git-svn-id: svn://10.0.0.236/trunk@111049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -497,7 +497,7 @@ nsLocalFile::ResolvePath(const char* workingPath, PRBool resolveTerminal, char**
|
||||
}
|
||||
}
|
||||
|
||||
// kill any trailing seperator
|
||||
// kill any trailing separator
|
||||
char* temp = filePath;
|
||||
int len = strlen(temp) - 1;
|
||||
if(temp[len] == '\\')
|
||||
@@ -637,7 +637,7 @@ nsLocalFile::InitWithPath(const char *filePath)
|
||||
if (nativeFilePath == nsnull)
|
||||
return NS_ERROR_FILE_UNRECOGNIZED_PATH;
|
||||
|
||||
// kill any trailing seperator
|
||||
// kill any trailing separator
|
||||
char* temp = nativeFilePath;
|
||||
int len = strlen(temp) - 1;
|
||||
// Is '\' second charactor of DBCS?
|
||||
|
||||
Reference in New Issue
Block a user