mirror of
https://github.com/niess/python-appimage.git
synced 2026-05-03 05:40:12 +02:00
typo fix
This commit is contained in:
@@ -2,4 +2,4 @@ import platform
|
||||
|
||||
|
||||
if platform.system() != 'Linux':
|
||||
raise RuntimeError('invalid system: ' + plateform.system())
|
||||
raise RuntimeError('invalid system: ' + platform.system())
|
||||
|
||||
Reference in New Issue
Block a user