Merge pull request #11194 from fruchtose/destory-typo

Fix typo: destory -> destroy
This commit is contained in:
Wliu
2016-03-17 22:50:11 -04:00

View File

@@ -624,7 +624,7 @@ describe "Workspace", ->
expect(pane.getItems()).toEqual [editor1, editor2]
describe "when replacing a pending item which is the last item in a second pane", ->
it "does not destory the pane even if core.destroyEmptyPanes is on", ->
it "does not destroy the pane even if core.destroyEmptyPanes is on", ->
atom.config.set('core.destroyEmptyPanes', true)
editor1 = null
editor2 = null