Description: spelling mistake
Bug: https://rt.cpan.org/Ticket/Display.html?id=77044
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77044
Author: gregor herrmann <gregoa@debian.org>
Reviewed-by: Xavier Guimard <x.guimard@free.fr>
Last-Update: 2013-05-19

--- a/lib/DBD/mysql.pm
+++ b/lib/DBD/mysql.pm
@@ -944,7 +944,7 @@
   $sth->execute();
 
 This statement handle can be used for multiple things. First of all
-you can retreive a row of data:
+you can retrieve a row of data:
 
   my $row = $sth->fetchrow_hashref();
 
@@ -1117,7 +1117,7 @@
 
 =item mysql_multi_statements
 
-As of MySQL 4.1, support for multiple statements seperated by a semicolon
+As of MySQL 4.1, support for multiple statements separated by a semicolon
 (;) may be enabled by using this option. Enabling this option may cause
 problems if server-side prepared statements are also enabled.
 
