Typo fix by Abigail
Rafael Garcia-Suarez [Sat, 21 Apr 2007 09:29:45 +0000 (09:29 +0000)]
p4raw-id: //depot/perl@31007

ext/Hash/Util/FieldHash/t/02_function.t

index 745ff3f..8ffbae6 100644 (file)
@@ -203,8 +203,8 @@ BEGIN { $n_tests += 4 }
     @obs = ();
     is keys %$ob_reg, 0, "all keys collected";
     is keys %f, 0, "orig garbage-collected";
-    is keys %g, 0, "single-copy garbage-dollected";
-    is keys %h, 0, "wholesale-copy garbage-dollected";
+    is keys %g, 0, "single-copy garbage-collected";
+    is keys %h, 0, "wholesale-copy garbage-collected";
 }
 
 {