]> git.lyx.org Git - features.git/commitdiff
Typo.
authorRichard Heck <rgheck@lyx.org>
Fri, 31 Jan 2014 14:38:00 +0000 (09:38 -0500)
committerRichard Heck <rgheck@lyx.org>
Fri, 31 Jan 2014 14:38:00 +0000 (09:38 -0500)
lib/lyx2lyx/lyx_2_1.py

index 5fc936f1129739f69d8a4b14499dd51c77cc7687..66b593f588e0beccfaf1335b8912a0c84a156c97 100644 (file)
@@ -4222,7 +4222,7 @@ def revert_tibetan(document):
 # we want to convert them to paragraphs in a chunk inset
 # the last will be discarded
 # the first should look like: <<FROGS>>=
-# will will discard the delimiters, and put the contents into the
+# we will discard the delimiters, and put the contents into the
 # optional argument of the inset
 def convert_chunks(document):
     first_re = re.compile(r'<<(.*)>>=')