From 1294a2e2f31ef1dbd4c76c1427405afd24450f9f Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Tue, 22 Nov 2005 14:01:37 +0000 Subject: [PATCH] Bug 106386 Correct misspellings in source code r=dbaron rs=brendan --- extensions/xforms/nsXFormsSchemaValidator.cpp | 2 +- extensions/xforms/resources/content/select.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/xforms/nsXFormsSchemaValidator.cpp b/extensions/xforms/nsXFormsSchemaValidator.cpp index fa2d877101e..e03860b33b5 100644 --- a/extensions/xforms/nsXFormsSchemaValidator.cpp +++ b/extensions/xforms/nsXFormsSchemaValidator.cpp @@ -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"), diff --git a/extensions/xforms/resources/content/select.xml b/extensions/xforms/resources/content/select.xml index 3fa71d88076..f348665923d 100644 --- a/extensions/xforms/resources/content/select.xml +++ b/extensions/xforms/resources/content/select.xml @@ -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 += " "; }