Just a typo fix. (0.28.3)

This commit is contained in:
Johannes Findeisen 2023-09-03 15:24:40 +02:00
commit e7cdb05efa

View file

@ -51,7 +51,7 @@ def parse_args():
def linspector(): def linspector():
print('Starting Linspector...') print('Starting Linspector...')
print('This software is free software licensed under the terms of the MIT license. (c) 2013 - 2023 by ' print('This software is free software licensed under the terms of the MIT license. (c) 2013-2023 by '
'Johannes Findeisen <you@hanez.org>') 'Johannes Findeisen <you@hanez.org>')
args = parse_args() args = parse_args()