From 5850a8a2383978534a5b7c2c47164b8582a7bf19 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Mon, 26 Oct 2015 14:58:04 +0000 Subject: [PATCH] Correct typo in comment --- python/haskell-textobj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'