Bug 106386 Correct misspellings in source code

patch by unknown@simplemachines.org r=timeless rs=brendan


git-svn-id: svn://10.0.0.236/trunk@185276 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-11-25 19:48:04 +00:00
parent f363d3ae19
commit 8a213cf6db
86 changed files with 200 additions and 200 deletions

View File

@@ -464,7 +464,7 @@ EnsureDefaultRegistryDirectory() {
/* The default registry on the unix system is $HOME/.mozilla/registry per
* vr_findGlobalRegName(). vr_findRegFile() will create the registry file
* if it doesn't exist. But it wont create directories.
* if it doesn't exist. But it won't create directories.
*
* Hence we need to create the directory if it doesn't exist already.
*
@@ -472,7 +472,7 @@ EnsureDefaultRegistryDirectory() {
* ------------------------------------------
* The app cannot create the directory in main() as most of the registry
* and initialization happens due to use of static variables.
* And we dont want to be dependent on the order in which
* And we don't want to be dependent on the order in which
* these static stuff happen.
*
* Permission for the $HOME/.mozilla will be Read,Write,Execute