various fixes for race conditions under threads: mutex locks based
[p5sagit/p5-mst-13.2.git] / lib / Math / BigFloat.pm
index 77fb5dd..576f341 100644 (file)
@@ -274,7 +274,7 @@ Math::BigFloat - Arbitrary length float math package
 
 =head1 SYNOPSIS
 
-  use Math::BogFloat;
+  use Math::BigFloat;
   $f = Math::BigFloat->new($string);
 
   $f->fadd(NSTR) return NSTR            addition