From: Aaron Schulz Date: Wed, 24 Sep 2014 22:13:30 +0000 (-0700) Subject: Fixed doc typo X-Git-Tag: 1.31.0-rc.0~13833 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=103ff32fbc0315022f691f713ed03d28c4a5f0b2;p=lhc%2Fweb%2Fwiklou.git Fixed doc typo Change-Id: I80aa85337357d25b1973b4a266a3c961843b08b6 --- diff --git a/includes/db/LoadBalancer.php b/includes/db/LoadBalancer.php index f79fde0918..8aa3bdbd4c 100644 --- a/includes/db/LoadBalancer.php +++ b/includes/db/LoadBalancer.php @@ -1178,7 +1178,7 @@ class LoadBalancer { } /** - * Helper class to handle automatically marking connectons as reusable (via RAII pattern) + * 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 * * @ingroup Database