📝 Fix typo

This commit is contained in:
Kevin Sawicki
2014-10-28 15:40:01 -07:00
parent d2ef888f22
commit 5985175b07

View File

@@ -138,7 +138,7 @@ class TextEditor extends Model
@emitter.emit 'did-change-encoding', @getEncoding()
@subscribe @buffer.onDidDestroy => @destroy()
# TODO: remove these thwne we remove the deprecations. They are old events.
# TODO: remove these when we remove the deprecations. They are old events.
@subscribe @buffer.onDidStopChanging => @emit "contents-modified"
@subscribe @buffer.onDidConflict => @emit "contents-conflicted"
@subscribe @buffer.onDidChangeModified => @emit "modified-status-changed"