From 6d52c17f9cf351bd6429031dcdd6c3bb6d69c520 Mon Sep 17 00:00:00 2001 From: Magnus Svensson <msvensson@mysql.com> Date: Sat, 24 Jan 2009 13:00:50 +0100 Subject: [PATCH] WL#4189 mtr.pl v2 - fix typo --- mysql-test/lib/My/File/Path.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-test/lib/My/File/Path.pm b/mysql-test/lib/My/File/Path.pm index c4352f77850..e9ae52bbac9 100644 --- a/mysql-test/lib/My/File/Path.pm +++ b/mysql-test/lib/My/File/Path.pm @@ -60,7 +60,7 @@ sub rmtree { use File::Basename; -sub _mkpath_dbug { +sub _mkpath_debug { my ($message, $path, $dir, $err)= @_; print "=" x 40, "\n"; -- 2.30.9