From 666e813ae4bf219da25fcb75a17555ded7ef7a45 Mon Sep 17 00:00:00 2001 From: addshore Date: Thu, 4 May 2017 10:20:43 +0200 Subject: [PATCH] Fix typo in DBConnReff class phpdoc Change-Id: Iba61678fb0b6bd63a1c15a074adc9d9523384cb7 --- includes/libs/rdbms/database/DBConnRef.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1