[svn:dbd-oracle] r15382 - dbd-oracle/trunk

[email protected] Mon, 10 Sep 2012 02:11:27 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: mjevans
Date: Mon Sep 10 02:11:21 2012
New Revision: 15382

Modified:
   dbd-oracle/trunk/Changes

Log:
a few typos


Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes	(original)
+++ dbd-oracle/trunk/Changes	Mon Sep 10 02:11:21 2012
@@ -45,15 +45,15 @@
 
   - the ora_can_taf method was virtually useless since you can only
     call it after connecting and to enable TAF you had to do it in the
-    connect call. Now you enable and disable TAF at any time by
+    connect call. Now you can enable and disable TAF at any time by
     simply setting or clearing the ora_taf_function (see RT78811)
     (Martin J. Evans)
 
   - the ora_taf_function is now passed a third argument of the
     connection handle (Martin J. Evans)
 
-  - RT78987 - removed Oraperl.pm and oraperl.ph; these files will be available
-    in a separate distribution named "Oraperl" (David Perry)
+  - RT78987 - removed Oraperl.pm and oraperl.ph; these files will be
+    available in a separate distribution named "Oraperl" (David Perry)
 
   [MISCELLANEOUS]