Fix a typo in copied comment.

This commit is contained in:
Stephan Witt 2022-07-31 23:35:14 +02:00
parent 79f321d0f5
commit 83bea9c8c1

View File

@ -545,7 +545,7 @@ def checkViewerNoRC(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:
rc_entry = []
if path is None: