From a8e0bc3fed63374c1594894cb5b0bff1bcf596b9 Mon Sep 17 00:00:00 2001 From: Roland Rosenfeld Date: Tue, 12 Dec 2023 17:10:03 +0100 Subject: [PATCH] typo: s/mutlipe/multiple/ --- lib/DBD/Multi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DBD/Multi.pm b/lib/DBD/Multi.pm index 7c76a72..615fd6e 100644 --- a/lib/DBD/Multi.pm +++ b/lib/DBD/Multi.pm @@ -651,7 +651,7 @@ two database handles, and also supports lazy-loading. The original inspiration for this module. It doesn't support as many connection configurations options at this module. It does try to support -write options in a single master, mutliple slave configuration. It does this +write options in a single master, multiple slave configuration. It does this by parsing your SQL and trying to decide if you were doing a read or write operation.