Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelarnauts authored and mediaminister committed Mar 24, 2020
1 parent de13cca commit b114922
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion resources/language/resource.language.en_gb/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ msgid "Login succeeded."
msgstr ""

msgctxt "#30953"
msgid "Invalid email adress or password. Only VRT logins are supported, no Google or Facebook logins."
msgid "Invalid email address or password. Only VRT logins are supported, no Google or Facebook logins."
msgstr ""

msgctxt "#30954"
Expand Down
2 changes: 1 addition & 1 deletion resources/language/resource.language.nl_nl/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ msgid "Login succeeded."
msgstr "Inloggen gelukt."

msgctxt "#30953"
msgid "Invalid email adress or password. Only VRT logins are supported, no Google or Facebook logins."
msgid "Invalid email address or password. Only VRT logins are supported, no Google or Facebook logins."
msgstr "Ongeldig e-mailadres of wachtwoord. Alleen VRT-logins worden ondersteund, geen Google- of Facebook-logins."

msgctxt "#30954"
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/helperobjects.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# GNU General Public License v3.0 (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
"""Various helper classes used throughtout the VRT NU add-on"""
"""Various helper classes used throughout the VRT NU add-on"""

from __future__ import absolute_import, division, unicode_literals

Expand Down
2 changes: 1 addition & 1 deletion resources/lib/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class VrtMonitor(Monitor, object): # pylint: disable=useless-object-inheritance
"""This is the class that monitors Kodi for the VRT NU video plugin"""

def __init__(self):
"""VRT Monitor initialisiation"""
"""VRT Monitor initialisation"""
self._resumepoints = ResumePoints()
self._playerinfo = None
self._favorites = None
Expand Down
2 changes: 1 addition & 1 deletion resources/lib/streamservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def _select_hls_substreams(self, master_hls_url, protocol):
max_bandwidth = get_max_bandwidth()
stream_bandwidth = None

# Get hls variant url based on max_bandwith setting
# Get hls variant url based on max_bandwidth setting
import re
hls_variant_regex = re.compile(r'#EXT-X-STREAM-INF:[\w\-.,=\"]*?BANDWIDTH=(?P<BANDWIDTH>\d+),'
r'[\w\-.,=\"]+\d,(?:AUDIO=\"(?P<AUDIO>[\w\-]+)\",)?(?:SUBTITLES=\"'
Expand Down

0 comments on commit b114922

Please sign in to comment.