Fixed doc typo
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 24 Sep 2014 22:13:30 +0000 (15:13 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 24 Sep 2014 22:13:30 +0000 (15:13 -0700)
Change-Id: I80aa85337357d25b1973b4a266a3c961843b08b6

includes/db/LoadBalancer.php

index f79fde0..8aa3bdb 100644 (file)
@@ -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