diff options
author | Vasyl Gello <vasek.gello@gmail.com> | 2020-06-24 08:58:21 +0000 |
---|---|---|
committer | Vasyl Gello <vasek.gello@gmail.com> | 2020-06-25 08:05:22 +0300 |
commit | 9c957d39868780fd815d7012132748a1a4523b32 (patch) | |
tree | 94ba7d507709b1d982da7108da00df8fdc81e6a2 /addons | |
parent | 6e2ddd167e5533cf27f69610f4d72242bf46d918 (diff) |
Fix spelling errors identified by Lintian
* Processed output of lintian on repacked Kodi tarball
with the following script:
while read _1 _2 _3 _4 WORD REPL
do
FILENAMES=$(git grep -l "$WORD")
sed -i "s/$WORD/$REPL/g" $FILENAMES
done < /tmp/lint
Signed-off-by: Vasyl Gello <vasek.gello@gmail.com>
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index c654211c68..64432e7700 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -9825,7 +9825,7 @@ msgctxt "#19110" msgid "Could not delete the timer. Check the log for more information about this message." msgstr "" -#. message box text stating that a PVR backend error occured +#. message box text stating that a PVR backend error occurred #: xbmc/pvr/PVRGUIActions.cpp msgctxt "#19111" msgid "PVR backend error. Check the log for more information about this message." |