Bug 106386 Correct misspellings in source code

r=bernd rs=brendan


git-svn-id: svn://10.0.0.236/trunk@191013 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2006-02-23 09:36:43 +00:00
parent d41b46b313
commit af51e73d0e
89 changed files with 185 additions and 185 deletions

View File

@@ -208,7 +208,7 @@ static PRBool test_append()
return PR_TRUE;
}
// Replace all occurances of |matchVal| with |newVal|
// Replace all occurrences of |matchVal| with |newVal|
static void ReplaceSubstring( nsACString& str,
const nsACString& matchVal,
const nsACString& newVal )