aboutsummaryrefslogtreecommitdiff
path: root/addons/service.xbmc.versioncheck
diff options
context:
space:
mode:
authorspiff <spiff@xbmc.org>2013-03-31 17:20:32 +0200
committerspiff <spiff@xbmc.org>2013-03-31 17:20:32 +0200
commitcd34494b6e77a7a5bcb26925053e6a837d4d0548 (patch)
treedd2a7467c7bd5c8722d580170badc8b54ccacd9f /addons/service.xbmc.versioncheck
parentfe8fe9314078a74dd51d9d6f0427eb397da816f2 (diff)
fixed: typos
Diffstat (limited to 'addons/service.xbmc.versioncheck')
-rw-r--r--addons/service.xbmc.versioncheck/README.md2
-rw-r--r--addons/service.xbmc.versioncheck/addon.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/addons/service.xbmc.versioncheck/README.md b/addons/service.xbmc.versioncheck/README.md
index 608296aaae..5f8cbc56e5 100644
--- a/addons/service.xbmc.versioncheck/README.md
+++ b/addons/service.xbmc.versioncheck/README.md
@@ -3,4 +3,4 @@ XBMC Versioncheck
This service checks the installed XBMC version against the next available one and notifies you if there is a new version available.
When a new version comes out the versions.txt should be updated to reflect the latest version available.
-When updating the version.txt always put latest release at the top since the list is read in chronilogical order. \ No newline at end of file
+When updating the version.txt always put latest release at the top since the list is read in chronological order.
diff --git a/addons/service.xbmc.versioncheck/addon.xml b/addons/service.xbmc.versioncheck/addon.xml
index a337797c2b..f196a48f41 100644
--- a/addons/service.xbmc.versioncheck/addon.xml
+++ b/addons/service.xbmc.versioncheck/addon.xml
@@ -11,7 +11,7 @@
<extension point="xbmc.service" library="service.py" start="login"/>
<extension point="xbmc.addon.metadata">
<summary lang="en">XBMC Version Check checks if you are running latest released version.</summary>
- <description lang="en">XBMC Version Check only supports a number of platforms/distros as releases may deffer between them. For more information visit the xbmc.org website.</description>
+ <description lang="en">XBMC Version Check only supports a number of platforms/distros as releases may differ between them. For more information visit the xbmc.org website.</description>
<disclaimer lang="en">Feel free to use this script. For information visit xbmc.org</disclaimer>
<license>GNU GENERAL PUBLIC LICENSE. Version 2, June 1991</license>
<platform>osx osx32 osx64 ios windx wingl linux</platform>