]> git.lyx.org Git - features.git/commitdiff
typo
authorPavel Sanda <sanda@lyx.org>
Fri, 1 Jul 2011 22:31:42 +0000 (22:31 +0000)
committerPavel Sanda <sanda@lyx.org>
Fri, 1 Jul 2011 22:31:42 +0000 (22:31 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39224 a592a061-630c-0410-9148-cb99ea01b6c8

lib/lyx2lyx/lyx_1_6.py

index d8ab43d3e31aa595f8638e03721005d4145f27dc..06738ba1be10e59aa53b4d38c98a98a72f324735 100644 (file)
@@ -51,7 +51,7 @@ def find_end_of_inset(lines, i):
 # DO NOT do this:
 #   document.body[i] = wrap_insert_ert(...)
 # wrap_into_ert may returns a multiline string, which should NOT appear
-# in document.body. Insetad, do something like this:
+# in document.body. Instead, do something like this:
 #   subst = wrap_inset_ert(...)
 #   subst = subst.split('\n')
 #   document.body[i:i+1] = subst