Fix a spelling mistake in a comment (no bug, DONTBUILD)

This commit is contained in:
Ehsan Akhgari 2012-08-13 13:32:19 -04:00
parent c31671f405
commit 3ee18b0cb9

View File

@ -87,7 +87,7 @@ interface nsITransferable : nsISupports
const long kFlavorHasDataProvider = 0;
/**
* Initializes a transferable object. This should be called on alli
* Initializes a transferable object. This should be called on all
* transferable objects. Failure to do so will result in fatal assertions in
* debug builds.
*