bug 891992 - fix typo in js/jsd/jsdebug.h r=timeless

This commit is contained in:
David Keeler 2013-07-10 13:53:27 -07:00
parent 32412de189
commit 06928ee129

View File

@ -637,7 +637,7 @@ JSD_DestroyAllSources( JSDContext* jsdc );
/* functions for adding source items */
/*
* Add a new item for a given URL. If an iten already exists for the given URL
* Add a new item for a given URL. If an item already exists for the given URL
* then the old item is removed.
* 'url' may not be NULL.
*/