Correct spelling error in comment

This commit is contained in:
nboyd%atg.com 2007-09-18 16:54:29 +00:00
Родитель ef580f2391
Коммит ccfd40ca10
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -321,7 +321,7 @@ abstract class XMLObjectImpl extends XMLObject {
boolean descendants = (memberTypeFlags & Node.DESCENDANTS_FLAG) != 0;
if (!attribute && !descendants) {
// Code generation would use ecma(Get|Has|Delete|Set) for
// normal name idenrifiers so one ATTRIBUTE_FLAG
// normal name identifiers so one ATTRIBUTE_FLAG
// or DESCENDANTS_FLAG has to be set
throw Kit.codeBug();
}