Revision: 1001
Author: tim.bunce
Date: Mon Dec 28 03:52:34 2009
Log: Fixed typos in docs thanks to Jonathan Yu. RT#53146

http://code.google.com/p/perl-devel-nytprof/source/detail?r=1001

Modified:
  /trunk/Changes
  /trunk/lib/Devel/NYTProf/PgPLPerl.pm
  /trunk/lib/Devel/NYTProf/Reader.pm
  /trunk/lib/Devel/NYTProf.pm

=======================================
--- /trunk/Changes      Fri Dec 25 11:37:03 2009
+++ /trunk/Changes      Mon Dec 28 03:52:34 2009
@@ -16,6 +16,7 @@
  =head2 Changes in Devel::NYTProf 3.01

    Fixed version number in nytprofmerge.
+  Fixed typos in docs thanks to Jonathan Yu.
    Added documentation to nytprofcg and nytprofmerge.
    Minor updates to nytprofcsv documentation.

=======================================
--- /trunk/lib/Devel/NYTProf/PgPLPerl.pm        Tue Nov 17 13:03:49 2009
+++ /trunk/lib/Devel/NYTProf/PgPLPerl.pm        Mon Dec 28 03:52:34 2009
@@ -68,7 +68,7 @@
  =head2 Explicit call to finish_profile needed

  Postgres <= 8.4 doesn't execute END blocks when it shuts down, so NYTProf
-doesn't get a chance to terminate the profile cleanly. To get a useable  
profile
+doesn't get a chance to terminate the profile cleanly. To get a usable  
profile
  you need to explicitly call finish_profile() in your plperl code.

  I've submitted a bug report asking for END blocks to be run at shutdown:
=======================================
--- /trunk/lib/Devel/NYTProf/Reader.pm  Thu Dec 24 06:40:14 2009
+++ /trunk/lib/Devel/NYTProf/Reader.pm  Mon Dec 28 03:52:34 2009
@@ -629,7 +629,7 @@

  Basic Parameters:

-  Paramter       Description
+  Parameter       Description
    ------------   --------------
    suffix         The file suffix for the output file
    header         Text printed at the start of the output file
=======================================
--- /trunk/lib/Devel/NYTProf.pm Thu Dec 24 06:40:14 2009
+++ /trunk/lib/Devel/NYTProf.pm Mon Dec 28 03:52:34 2009
@@ -476,7 +476,7 @@
      exit 1;

  You can also specify which signals to catch in this way by listing them,
-seperated by commas, as the value of the option (case is not significant):
+separated by commas, as the value of the option (case is not significant):

      sigexit=int,hup

-- 
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.

Group hosted at:  http://groups.google.com/group/develnytprof-dev
Project hosted at:  http://perl-devel-nytprof.googlecode.com
CPAN distribution:  http://search.cpan.org/dist/Devel-NYTProf

To post, email:  [email protected]
To unsubscribe, email:  [email protected]

Reply via email to