Fix typo in DBConnReff class phpdoc
authoraddshore <addshorewiki@gmail.com>
Thu, 4 May 2017 08:20:43 +0000 (10:20 +0200)
committeraddshore <addshorewiki@gmail.com>
Thu, 4 May 2017 08:20:43 +0000 (10:20 +0200)
Change-Id: Iba61678fb0b6bd63a1c15a074adc9d9523384cb7

includes/libs/rdbms/database/DBConnRef.php

index 6481c92..c15572c 100644 (file)
@@ -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
  */