diff options
author | Geordan Neukum <gneukum1@gmail.com> | 2021-04-06 01:44:00 -0400 |
---|---|---|
committer | Geordan Neukum <gneukum1@gmail.com> | 2021-04-10 17:45:34 -0400 |
commit | f866dc40ccbb87aa708012a7d2c46b1ad4dc612c (patch) | |
tree | 1f09574676e7fe019e39e35654fad25550aebdb9 | |
parent | 4b4519b9a95b1bd03823b7c311e6230b0ba1fe1a (diff) |
utils: fixup typo in system_info() docs
The system_info() docs have a typo - 'sytem' instead of 'system'.
Let's go ahead and fix that up.
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/691>
-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 ''' |