Skip to content

Commit

Permalink
typo (#19691)
Browse files Browse the repository at this point in the history
* typo

can be merged on review

* more
  • Loading branch information
brianteeman authored and zero-24 committed Feb 16, 2018
1 parent 0d3a9b4 commit 6623473
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libraries/joomla/mediawiki/links.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public function getIWLinks(array $titles, $iwurl = false, $iwlimit = null, $iwco
* Method to return all interlanguage links from the given page(s).
*
* @param array $titles Page titles to retrieve links.
* @param integer $lllimit Number of langauge links to return.
* @param integer $lllimit Number of language links to return.
* @param boolean $llcontinue When more results are available, use this to continue.
* @param string $llurl Whether to get the full URL.
* @param string $lllang Language code.
Expand Down
2 changes: 1 addition & 1 deletion media/system/js/calendar-setup-uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* eventName | event that will trigger the calendar, without the "on" prefix (default: "click")
* ifFormat | date format that will be stored in the input field
* daFormat | the date format that will be used to display the date in displayArea
* singleClick | (true/false) wether the calendar is in single click mode or not (default: true)
* singleClick | (true/false) whether the calendar is in single click mode or not (default: true)
* firstDay | numeric: 0 to 6. "0" means display Sunday first, "1" means display Monday first, etc.
* align | alignment (default: "Br"); if you don't know what's this see the calendar documentation
* range | array with 2 elements. Default: [1900, 2999] -- the range of years available
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/suites/libraries/joomla/crypt/JCryptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ protected function tearDown()
*/
public function testGenRandomBytes()
{
// We're just testing wether the value has the expected length.
// We're just testing whether the value has the expected length.
// We obviously can't test the result since it's random.

$randomBytes16 = JCrypt::genRandomBytes();
Expand Down

0 comments on commit 6623473

Please sign in to comment.