Author: sanda
Date: Sat Jul 2 00:31:42 2011
New Revision: 39224
URL: http://www.lyx.org/trac/changeset/39224
Log:
typo
Modified:
lyx-devel/trunk/lib/lyx2lyx/lyx_1_6.py
Modified: lyx-devel/trunk/lib/lyx2lyx/lyx_1_6.py
==============================================================================
--- lyx-devel/trunk/lib/lyx2lyx/lyx_1_6.py Fri Jul 1 23:53:18 2011
(r39223)
+++ lyx-devel/trunk/lib/lyx2lyx/lyx_1_6.py Sat Jul 2 00:31:42 2011
(r39224)
@@ -51,7 +51,7 @@
# 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