Porting/git-deltatool: s/summarize/summary/ in documentation
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>
Mon, 14 Feb 2011 21:43:58 +0000 (21:43 +0000)
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>
Mon, 14 Feb 2011 21:49:12 +0000 (21:49 +0000)
Change the "summarize" misrefences to the "summary" option to
"summary".

Porting/git-deltatool

index c3946ee..9213277 100644 (file)
@@ -795,13 +795,13 @@ git-deltatool - Annotate commits for perldelta
 
 Indicates the run mode for the program.  The default is 'assign' which
 assigns categories and marks the notes as 'pending' (or 'ignored').  Other
-modes are 'review', 'render', 'summarize' and 'update'.
+modes are 'review', 'render', 'summary' and 'update'.
 
 =item B<--type>|B<-t> TYPE
 
 Indicates what types of commits to process.  The default for 'assign' mode is
 'new', which processes commits without any perldelta notes.  The default for
-'review', 'summarize' and 'render' modes is 'pending'.  The options must be set
+'review', 'summary' and 'render' modes is 'pending'.  The options must be set
 explicitly for 'update' mode.
 
 The type 'blocking' is reserved for commits needing further review.