From 103ff32fbc0315022f691f713ed03d28c4a5f0b2 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 24 Sep 2014 15:13:30 -0700 Subject: [PATCH] Fixed doc typo Change-Id: I80aa85337357d25b1973b4a266a3c961843b08b6 --- includes/db/LoadBalancer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1