mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Tranfer the correct spelling of transferable to the CLOSED TREE
This commit is contained in:
parent
78df8b53dc
commit
827227bf13
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user