[svn:dbi] r15561 - dbi/trunk

[email protected] Mon, 21 Jan 2013 01:36:54 -0800 (PST)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
Author: mjevans
Date: Mon Jan 21 01:36:52 2013
New Revision: 15561

Modified:
   dbi/trunk/Changes

Log:
fix typo


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes	(original)
+++ dbi/trunk/Changes	Mon Jan 21 01:36:52 2013
@@ -26,7 +26,7 @@
 
   Refactored table meta information management from DBD::File into
     DBI::DBD::SqlEngine (H.Merijn Brand, Jens Rehsack)
-  Pevent undefined f_dir being used in opendir (H.Merijn Brand)
+  Prevent undefined f_dir being used in opendir (H.Merijn Brand)
 
   Added logic to force destruction of children before parents
     during global destruction. See RT#75614.