Bug 106386 Correct misspellings in source code

r=dbaron rs=brendan
This commit is contained in:
timeless%mozdev.org 2005-11-22 14:01:37 +00:00
Родитель 07ab541753
Коммит 1294a2e2f3
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -227,7 +227,7 @@ nsXFormsSchemaValidator::IsValidSchemaListItems(const nsAString & aValue)
PRBool isValid = PR_FALSE;
// listItem is like a string, but no whitespace. listItems is a whitespace
// delimeted list of listItem, so therefore just need to see if it is a valid
// delimited list of listItem, so therefore just need to see if it is a valid
// xsd:string
mSchemaValidator->ValidateString(aValue, NS_LITERAL_STRING("string"),
NS_LITERAL_STRING("http://www.w3.org/1999/XMLSchema"),

Просмотреть файл

@ -598,7 +598,7 @@
options[i].option ? options[i].option.selected : options[i].checkbox.checked;
if (isSelected) {
// space delimeted list
// space delimited list
if (selectedValues.length > 0) {
selectedValues += " ";
}