lyx2lyx/lyx_2_2.py: fix typo in comment

This commit is contained in:
Uwe Stöhr 2015-06-14 02:15:30 +02:00
parent 77fa81a902
commit 1b74cc421e

View 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