From 0cb63777a7414514b91b9823f6b2dd39be601d0e Mon Sep 17 00:00:00 2001 From: Magnus Svensson 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";