]> git.lyx.org Git - features.git/commitdiff
lyx2lyx/lyx_2_2.py: fix typo in comment
authorUwe Stöhr <uwestoehr@lyx.org>
Sun, 14 Jun 2015 00:15:30 +0000 (02:15 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sun, 14 Jun 2015 00:15:30 +0000 (02:15 +0200)
lib/lyx2lyx/lyx_2_2.py

index 1895c4e8c57cd7718f5cc363595d3a1ac99c5476..9e192f8ef2dc84b8619460528936b1d1b6a5b81e 100644 (file)
@@ -1046,7 +1046,7 @@ color_names = ["brown", "darkgray", "gray", \
                "pink", "purple", "teal", "violet"]
 
 def revert_textcolor(document):
-    " revert new \\texcolor colors to TeX code "
+    " revert new \\textcolor colors to TeX code "
 
     i = 0
     j = 0