diff options
-rw-r--r-- | cerbero/utils/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cerbero/utils/__init__.py b/cerbero/utils/__init__.py index 3a58827f..fb0ffd8e 100644 --- a/cerbero/utils/__init__.py +++ b/cerbero/utils/__init__.py @@ -128,7 +128,7 @@ def windows_arch(): def system_info(): ''' - Get the sysem information. + Get the system information. Return a tuple with the platform type, the architecture and the distribution ''' |