Fix common typos in code

Bug: T201491
Change-Id: I1b31983069a45ff6c0493f370596351a407f6a87
This commit is contained in:
Zoranzoki21 2018-08-23 22:27:22 +00:00 committed by Jdlrobson
parent 7fc910d0d8
commit 6d877928f5
2 changed files with 2 additions and 2 deletions

View File

@ -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. * switcher.
* *
* @return array A map compatible with BaseTemplate#makeListItem * @return array A map compatible with BaseTemplate#makeListItem

View File

@ -6,7 +6,7 @@
browser = M.require( 'mobile.startup/Browser' ).getSingleton(); browser = M.require( 'mobile.startup/Browser' ).getSingleton();
/** /**
* Helper function to retreive the Android version * Helper function to retrieve the Android version
* @ignore * @ignore
* @param {string} userAgent User Agent * @param {string} userAgent User Agent
* @return {number|false} An integer. * @return {number|false} An integer.