Fix typos

This commit is contained in:
mvl%exedo.nl 2003-09-11 17:02:32 +00:00
parent 0da683287a
commit 43a7507a05

View File

@ -574,11 +574,11 @@ nsPermissionManager::Read()
continue;
}
// Older versions of mozilla can't parse the permission sting lines.
// Older versions of mozilla can't parse the permission string lines.
// They will put them back like '%0 0F' instead of '%0 cookie'
// Ignore those lines, and revert to the defaults later.
// XXX This means that when the user has additional types besides the
// default, those will be lost after using and old version with the
// default, those will be lost after using an old version with the
// new profile, and then going back to a new version.
if (!PL_strcmp(buffer.get() + stringIndex, "0F"))
continue;