Skip to content

Commit 90ebe1a

Browse files
committed
Fix typos
1 parent 360c798 commit 90ebe1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/srgssr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def build_all_shows_menu(self, favids=None):
422422
shows.
423423
424424
Keyword arguments:
425-
favids -- A list of show ids (strings) respresenting the favourite
425+
favids -- A list of show ids (strings) representing the favourite
426426
shows. If such a list is provided, only the folders for
427427
the shows on that list will be build. (default: None)
428428
"""

lib/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def str_or_none(inp, default=None):
8282

8383
def get_duration(duration_string):
8484
"""
85-
Converts a duration string into an integer respresenting the
85+
Converts a duration string into an integer representing the
8686
total duration in seconds. There are three possible input string
8787
forms possible, either
8888
<hours>:<minutes>:<seconds>

resources/language/resource.language.fr_fr/strings.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ msgstr ""
1717

1818
msgctxt "#30053"
1919
msgid "Recommendations"
20-
msgstr "Recommandations"
20+
msgstr "Recommendations"
2121

2222
msgctxt "#30058"
2323
msgid "Today"

0 commit comments

Comments
 (0)