mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 12:20:14 +01: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