From 67aaf98145fe95073b19e39ceb1dc8138a4b2158 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand - Tux" Date: Sun, 30 Oct 2016 09:51:01 +0100 Subject: [PATCH] Small typo --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index e4576377..a5c1b55c 100644 --- a/Changes +++ b/Changes @@ -2,7 +2,7 @@ * Fix compilation of embedded server (pali) (https://github.com/perl5-dbi/DBD-mysql/pull/68) * Fix compilation against libmariadbclient. First version by - H.Merijn Brandt, improved by Bernt Johnsen @ Oracle. + H.Merijn Brand, improved by Bernt Johnsen @ Oracle. * For efficiency use newSVpvn() instead newSVpv() where possible (pali) * Correctly coerce fetched scalar values when mysql_server_prepare is not used (pali)