Fixed typos

This commit is contained in:
Pascal Borreli
2014-05-07 08:52:58 +01:00
parent f0bd3b1c20
commit 7070ed8ae4
10 changed files with 21 additions and 21 deletions

View File

@@ -465,7 +465,7 @@ class Cursor extends Model
getCurrentParagraphBufferRange: ->
@editor.languageMode.rowRangeForParagraphAtBufferRow(@getBufferRow())
# Public: Returns the characters preceeding the cursor in the current word.
# Public: Returns the characters preceding the cursor in the current word.
getCurrentWordPrefix: ->
@editor.getTextInBufferRange([@getBeginningOfCurrentWordBufferPosition(), @getBufferPosition()])