commit 1f231c9538b8d9b71443b9a8f964e3605561278c
Author: Richard Heck <[email protected]>
Date: Fri Jan 31 09:38:00 2014 -0500
Typo.
diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py
index 5fc936f..66b593f 100644
--- a/lib/lyx2lyx/lyx_2_1.py
+++ b/lib/lyx2lyx/lyx_2_1.py
@@ -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'<<(.*)>>=')