summaryrefslogtreecommitdiff
path: root/cpan/DB_File/t/db-btree.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/DB_File/t/db-btree.t')
-rw-r--r--cpan/DB_File/t/db-btree.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/DB_File/t/db-btree.t b/cpan/DB_File/t/db-btree.t
index 0df890436b..c0f6c57369 100644
--- a/cpan/DB_File/t/db-btree.t
+++ b/cpan/DB_File/t/db-btree.t
@@ -1,5 +1,5 @@
#!./perl -w
-
+
use warnings;
use strict;
use Config;
@@ -345,7 +345,7 @@ untie %h ;
ok(43, $X = tie(%h, 'DB_File',$Dfile, O_RDWR, 0640, $DB_BTREE ));
-# Attempting to delete a non-existant key should fail
+# Attempting to delete a non-existent key should fail
$status = $X->del('joe') ;
ok(44, $status == 1 );