From 6a98c5439d91515cf8e2ccd783f243f2a6b4a48e Mon Sep 17 00:00:00 2001 From: "rygwdn@gmail.com" <> Date: Thu, 29 Jul 2010 22:42:38 -0300 Subject: [PATCH] typo fixes! --- plugin/UltiSnips/TextObjects.py | 4 ++-- test.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugin/UltiSnips/TextObjects.py b/plugin/UltiSnips/TextObjects.py index b2cc9f8..72fd71f 100644 --- a/plugin/UltiSnips/TextObjects.py +++ b/plugin/UltiSnips/TextObjects.py @@ -803,7 +803,7 @@ class SnippetUtil(object): This is a list of lines to insert at the location of the placeholder. - Depreciates res. + Deprecates res. """ return self._rv @@ -821,7 +821,7 @@ class SnippetUtil(object): def c(self): """ The current text of the placeholder. - Depreciates cur. + Deprecates cur. """ return self._c diff --git a/test.py b/test.py index c499b72..dc0240e 100755 --- a/test.py +++ b/test.py @@ -462,7 +462,7 @@ print "Hallo Welt" # PythonCode Interpolation # ############################ -#### Depricated way ########## +#### Deprecated way ########## class PythonCodeOld_SimpleExample(_VimTest): snippets = ("test", """hi `!p res = "Hallo"` End""") keys = "test" + EX