diff --git a/includes/skins/SkinMinerva.php b/includes/skins/SkinMinerva.php index 8d7c79d..d3de7dc 100644 --- a/includes/skins/SkinMinerva.php +++ b/includes/skins/SkinMinerva.php @@ -1185,7 +1185,7 @@ class SkinMinerva extends SkinTemplate implements ICustomizableSkin { } /** - * Creates the the "switch-language" action: the icon that, when tapped, opens the language + * Creates the "switch-language" action: the icon that, when tapped, opens the language * switcher. * * @return array A map compatible with BaseTemplate#makeListItem diff --git a/resources/skins.minerva.scripts/DownloadIcon.js b/resources/skins.minerva.scripts/DownloadIcon.js index 29156ea..be39bc2 100644 --- a/resources/skins.minerva.scripts/DownloadIcon.js +++ b/resources/skins.minerva.scripts/DownloadIcon.js @@ -6,7 +6,7 @@ browser = M.require( 'mobile.startup/Browser' ).getSingleton(); /** - * Helper function to retreive the Android version + * Helper function to retrieve the Android version * @ignore * @param {string} userAgent User Agent * @return {number|false} An integer.