Addshore has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/295479

Change subject: Fix type of beginning in phpdoc
......................................................................

Fix type of beginning in phpdoc

Change-Id: Ibc015f2133393788634d7e8b6119dcc305c6c534
---
M includes/DiscussionParser.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/79/295479/1

diff --git a/includes/DiscussionParser.php b/includes/DiscussionParser.php
index 151452e..056fc14 100644
--- a/includes/DiscussionParser.php
+++ b/includes/DiscussionParser.php
@@ -313,8 +313,8 @@
 
                        if ( $change['action'] == 'add' ) {
                                $content = trim( $change['content'] );
-                               // The \A means the regex must match at the 
begining of the string.
-                               // This is slightly different than ^ which 
matches begining of each
+                               // The \A means the regex must match at the 
beginning of the string.
+                               // This is slightly different than ^ which 
matches beginning of each
                                // line in multiline mode.
                                $startSection = preg_match( "/\A" . 
self::HEADER_REGEX . '/um', $content );
                                $sectionCount = self::getSectionCount( $content 
);

-- 
To view, visit https://gerrit.wikimedia.org/r/295479
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibc015f2133393788634d7e8b6119dcc305c6c534
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Addshore <addshorew...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to