mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
Fix a typo in copied comment.
This commit is contained in:
parent
79f321d0f5
commit
83bea9c8c1
@ -545,7 +545,7 @@ def checkViewerNoRC(description, progs, rc_entry=None, path=None):
|
|||||||
|
|
||||||
|
|
||||||
def checkEditorNoRC(description, progs, rc_entry=None, path=None):
|
def checkEditorNoRC(description, progs, rc_entry=None, path=None):
|
||||||
''' The same as checkViewer, but do not add rc entry '''
|
''' The same as checkEditor, but do not add rc entry '''
|
||||||
if rc_entry is None:
|
if rc_entry is None:
|
||||||
rc_entry = []
|
rc_entry = []
|
||||||
if path is None:
|
if path is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user