Tranfer the correct spelling of transferable to the CLOSED TREE

This commit is contained in:
Phil Ringnalda 2009-01-11 10:22:37 -08:00
parent 78df8b53dc
commit 827227bf13

View File

@ -1958,7 +1958,7 @@ function readFromClipboard()
var clipboard = Components.classes["@mozilla.org/widget/clipboard;1"]
.getService(Components.interfaces.nsIClipboard);
// Create tranferable that will transfer the text.
// Create transferable that will transfer the text.
var trans = Components.classes["@mozilla.org/widget/transferable;1"]
.createInstance(Components.interfaces.nsITransferable);