Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
goggle committed Apr 11, 2024
1 parent 360c798 commit 90ebe1a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/srgssr.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def build_all_shows_menu(self, favids=None):
shows.
Keyword arguments:
favids -- A list of show ids (strings) respresenting the favourite
favids -- A list of show ids (strings) representing the favourite
shows. If such a list is provided, only the folders for
the shows on that list will be build. (default: None)
"""
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def str_or_none(inp, default=None):

def get_duration(duration_string):
"""
Converts a duration string into an integer respresenting the
Converts a duration string into an integer representing the
total duration in seconds. There are three possible input string
forms possible, either
<hours>:<minutes>:<seconds>
Expand Down
2 changes: 1 addition & 1 deletion resources/language/resource.language.fr_fr/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ msgstr ""

msgctxt "#30053"
msgid "Recommendations"
msgstr "Recommandations"
msgstr "Recommendations"

msgctxt "#30058"
msgid "Today"
Expand Down

0 comments on commit 90ebe1a

Please sign in to comment.