Typo fix. r=peterv sr=bzbarsky (bug 170782)

This commit is contained in:
caillon%returnzero.com 2002-09-26 02:45:43 +00:00
parent 96fc87ff4c
commit ddd0a89dfb

View File

@ -99,7 +99,7 @@ DOM_MSG_DEF(NS_ERROR_UNEXPECTED , "Unexpected error")
DOM_MSG_DEF(NS_ERROR_OUT_OF_MEMORY , "Out of Memory")
DOM_MSG_DEF(NS_ERROR_ILLEGAL_VALUE , "Illegal value")
DOM_MSG_DEF(NS_ERROR_INVALID_ARG , "Invalid argument")
DOM_MSG_DEF(NS_ERROR_NO_AGGREGATION , "Component doe not support aggregation")
DOM_MSG_DEF(NS_ERROR_NO_AGGREGATION , "Component does not support aggregation")
DOM_MSG_DEF(NS_ERROR_NOT_AVAILABLE , "Component is not available")
DOM_MSG_DEF(NS_ERROR_FACTORY_NOT_REGISTERED , "Factory not registered")
DOM_MSG_DEF(NS_ERROR_FACTORY_NOT_LOADED , "Factory not loaded")