jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/351785 )
Change subject: Fix typo in DBConnReff class phpdoc ...................................................................... Fix typo in DBConnReff class phpdoc Change-Id: Iba61678fb0b6bd63a1c15a074adc9d9523384cb7 --- M includes/libs/rdbms/database/DBConnRef.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: jenkins-bot: Verified Thiemo Mättig (WMDE): Looks good to me, approved diff --git a/includes/libs/rdbms/database/DBConnRef.php b/includes/libs/rdbms/database/DBConnRef.php index 6481c92..c15572c 100644 --- a/includes/libs/rdbms/database/DBConnRef.php +++ b/includes/libs/rdbms/database/DBConnRef.php @@ -8,7 +8,7 @@ * Helper class to handle automatically marking connections as reusable (via RAII pattern) * as well handling deferring the actual network connection until the handle is used * - * @note: proxy methods are defined explicity to avoid interface errors + * @note: proxy methods are defined explicitly to avoid interface errors * @ingroup Database * @since 1.22 */ -- To view, visit https://gerrit.wikimedia.org/r/351785 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iba61678fb0b6bd63a1c15a074adc9d9523384cb7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> Gerrit-Reviewer: Thiemo Mättig (WMDE) <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
