Fixed spelling.

This commit is contained in:
rogerl%netscape.com 2000-06-16 01:35:25 +00:00
parent 936c821c82
commit 670a8310fb
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ public:
* @param id identifier to define
* @param value optional value to associate with id
*/
virtual void defineValue(JSScope* start, JSIndentifier* id, JSObject* value = JSUNDEFINED) = 0;
virtual void defineValue(JSScope* start, JSIdentifier* id, JSObject* value = JSUNDEFINED) = 0;
/**
* Looks up a value corresponding to the given identifier starting

View File

@ -55,7 +55,7 @@ public:
* @param id identifier to define
* @param value optional value to associate with id
*/
virtual void defineValue(JSScope* start, JSIndentifier* id, JSObject* value = JSUNDEFINED) = 0;
virtual void defineValue(JSScope* start, JSIdentifier* id, JSObject* value = JSUNDEFINED) = 0;
/**
* Looks up a value corresponding to the given identifier starting