Addshore has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/85/351785/1 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: newchange Gerrit-Change-Id: Iba61678fb0b6bd63a1c15a074adc9d9523384cb7 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Addshore <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
