From: addshore Date: Thu, 4 May 2017 08:20:43 +0000 (+0200) Subject: Fix typo in DBConnReff class phpdoc X-Git-Tag: 1.31.0-rc.0~3340^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22statistiques_visites%22%2C%22%22%29%20.%20%22?a=commitdiff_plain;h=666e813ae4bf219da25fcb75a17555ded7ef7a45;p=lhc%2Fweb%2Fwiklou.git Fix typo in DBConnReff class phpdoc Change-Id: Iba61678fb0b6bd63a1c15a074adc9d9523384cb7 --- diff --git a/includes/libs/rdbms/database/DBConnRef.php b/includes/libs/rdbms/database/DBConnRef.php index 6481c92c8b..c15572c4f7 100644 --- a/includes/libs/rdbms/database/DBConnRef.php +++ b/includes/libs/rdbms/database/DBConnRef.php @@ -8,7 +8,7 @@ use InvalidArgumentException; * 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 */