Skip to content

Commit

Permalink
Fix common typos in code
Browse files Browse the repository at this point in the history
Bug: T201491
Change-Id: I6da01f4268b2ace1d0700ffb65628850eca53d8f
  • Loading branch information
kizule committed Aug 27, 2018
1 parent d187db1 commit 5c116b5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion container.php
Expand Up @@ -751,7 +751,7 @@
};

// Queue of callbacks to run by DeferredUpdates, but only
// on successfull commit
// on successful commit
$c['deferred_queue'] = function ( $c ) {
return new SplQueue;
};
Expand Down
2 changes: 1 addition & 1 deletion includes/Formatter/BaseTopicListFormatter.php
Expand Up @@ -10,7 +10,7 @@ class BaseTopicListFormatter {
* Builds the results for an empty topic.
*
* @param Workflow $workflow Workflow for topic list
* @return array Associative array with the the result
* @return array Associative array with the result
*/
public function buildEmptyResult( Workflow $workflow ) {
return [
Expand Down
2 changes: 1 addition & 1 deletion includes/Import/Postprocessor/Postprocessor.php
Expand Up @@ -13,7 +13,7 @@
// implement what you want, without 'not a thing to do yet'
interface Postprocessor {
/**
* Called after the successfull commit of a header. This is
* Called after the successful commit of a header. This is
* currently called regardless of if any new content was imported.
*
* @param PageImportState $state
Expand Down
2 changes: 1 addition & 1 deletion includes/TemplateHelper.php
Expand Up @@ -40,7 +40,7 @@ public function __construct( $templateDir, $forceRecompile = false ) {
}

/**
* Constructs the location of the the source handlebars template
* Constructs the location of the source handlebars template
* and the compiled php code that goes with it.
*
* @param string $templateName
Expand Down

0 comments on commit 5c116b5

Please sign in to comment.