aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index bc36a92cb..656316c25 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1706,7 +1706,7 @@ sub singletest {
if($curl_debug) {
if(! -f $memdump) {
- logmsg "\n** ALERT! memory debuggin without any output file?\n";
+ logmsg "\n** ALERT! memory debugging without any output file?\n";
}
else {
my @memdata=`$memanalyze $memdump`;