Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Ralf Wildenhues
* Dave Hart wrote on Sun, Jan 09, 2011 at 06:58:06PM CET: > On Sun, Jan 9, 2011 at 10:41 UTC, Ralf Wildenhues wrote: > > --- a/lib/Automake/Rule.pm > > +++ b/lib/Automake/Rule.pm > [...] > > -The I function.  Clears all know rules and reset some > > +The I function.  Clears all know rules and reset

Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Dave Hart
On Sun, Jan 9, 2011 at 10:41 UTC, Ralf Wildenhues wrote: > I'll be pushing these trivial typofixes out to maint soonish. > > > diff --git a/lib/Automake/Rule.pm b/lib/Automake/Rule.pm > index 8fc5250..60c48f1 100644 > --- a/lib/Automake/Rule.pm > +++ b/lib/Automake/Rule.pm [...] > -The I function.

Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Ralf Wildenhues
* Peter Rosin wrote on Sun, Jan 09, 2011 at 06:51:19PM CET: > Den 2011-01-09 11:41 skrev Ralf Wildenhues: > > @@ -384,7 +385,7 @@ sub reset() > > > > =item C > > > > -Register a suffix rules defined on C<$where> that transform > > +Register a suffix rules defined on C<$where> that transforms >

Re: Fix typos in Rule.pm comments.

2011-01-09 Thread Peter Rosin
Den 2011-01-09 11:41 skrev Ralf Wildenhues: > @@ -384,7 +385,7 @@ sub reset() > > =item C > > -Register a suffix rules defined on C<$where> that transform > +Register a suffix rules defined on C<$where> that transforms > files ending in C<$src> into files ending in C<$dest>. > > This upgra

Re: fix typos in manual

2006-08-14 Thread Ralf Wildenhues
* Alexandre Duret-Lutz wrote on Tue, Aug 15, 2006 at 08:29:01AM CEST: > Thanks! There is one correction that disturbs to me: I agree. Applied with that changed. Cheers, Ralf

Re: fix typos in manual

2006-08-14 Thread Alexandre Duret-Lutz
Thanks! There is one correction that disturbs to me: >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: [...] RW> -frequently smaller than gzipped archives. RW> +frequently smaller than gzip'd archives. I would change all "gzip'd" to "gzipped" instead. The latter is more frequent, is alr

Re: Fix typos

2006-04-17 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Fri, Apr 14, 2006 at 09:41:27AM CEST: > below is my collection of typos in automake source. Thanks for collecting them. > 2006-04-14 Stepan Kasal <[EMAIL PROTECTED]> > > * lib/Autom4te/FileUtils.pm (find_file): Fix a typo in the > description;