diff --git a/python/haskell-textobj.py b/python/haskell-textobj.py index e8ec3f6..8a48814 100755 --- a/python/haskell-textobj.py +++ b/python/haskell-textobj.py @@ -37,7 +37,7 @@ def isBinding(text): def getContentType(text): """ - getConentType(text) returns the type of the haskell content: + getContentType(text) returns the type of the haskell content: import -> 'i' comment -> 'c' binding -> 'b'