Merge "Fix common typos in code"

This commit is contained in:
jenkins-bot 2018-08-27 11:33:30 +00:00 committed by Gerrit Code Review
commit 6072511b47
3 changed files with 3 additions and 3 deletions

View file

@ -299,7 +299,7 @@ class EchoAttributeManager {
$category = $notificationDetails['category'];
if ( isset( $eventsByCategory[$category] ) ) {
// Only real categories. Currently, this excludes the 'foreign'
// psuedo-category.
// pseudo-category.
$eventsByCategory[$category][] = $notificationType;
}
}

View file

@ -167,7 +167,7 @@ class EchoDiffParser {
* Parse the next line of the unified diff output
*
* @param string $line The next line of the unified diff
* @param EchoDiffGroup|null $change Changes the the immediately previous lines
* @param EchoDiffGroup|null $change Changes the immediately previous lines
*
* @throws MWException
* @return EchoDiffGroup Changes to this line and any changed lines immediately previous

View file

@ -294,7 +294,7 @@
};
/**
* Reset the the text of the error message that displays in place of the list
* Reset the text of the error message that displays in place of the list
* in case the list is empty.
*/
mw.echo.ui.NotificationsInboxWidget.prototype.resetMessageLabel = function () {