Hi Jakub,
Date: Tue, 15 Mar 2016 19:42:51 +0100
From: Jakub Wilk
To: automake-patches@gnu.org
Subject: [PATCH] TAP driver: fix typos
https://lists.gnu.org/archive/html/automake-patches/2016-03/msg1.html
Seven years late(r), but I did finally merge your typo fixes in
Signed-off-by: Jakub Wilk
---
lib/tap-driver.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh
index 616c09a..da6f463 100755
--- a/lib/tap-driver.sh
+++ b/lib/tap-driver.sh
@@ -369,7 +369,7 @@ function setup_result_obj(line)
sub(
From: Karl Berry
* doc/automake.texi: Here.
Signed-off-by: Stefano Lattarini
---
doc/automake.texi | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/automake.texi b/doc/automake.texi
index 20855d6..736d61d 100644
--- a/doc/automake.texi
+++ b/doc/automake.tex
Hi Peter.
On 05/02/2012 10:03 AM, Peter Rosin wrote:
> On 2012-05-02 09:49, Stefano Lattarini wrote:
>> - - Several weaknesses in the Automake's own build system test suite
>> - have been fixed.
>> + - Several weaknesses in the Automake's own build system and test suite
>> +have been fi
On 2012-05-02 09:49, Stefano Lattarini wrote:
> - - Several weaknesses in the Automake's own build system test suite
> - have been fixed.
> + - Several weaknesses in the Automake's own build system and test suite
> +have been fixed.
s/the //
* NEWS (Bugs fixed in 1.12.1): Fix botched indentation of an entry,
and add a forgotten "and".
Signed-off-by: Stefano Lattarini
---
NEWS |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 22dedaa..b49dbb6 100644
--- a/NEWS
+++ b/NEWS
@@ -64,8 +64,8 @@ Bu
On Friday 09 December 2011, Stefano Lattarini wrote:
> * NEWS: Fix typos, grammaros and suboptimal wording.
>
> Reported by Jim Meyering.
>
Pushed now.
Regards,
Stefano
* NEWS: Fix typos, grammaros and suboptimal wording.
Reported by Jim Meyering.
---
ChangeLog |7 ++-
NEWS | 54 +++---
2 files changed, 33 insertions(+), 28 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2de1027..e13e833
ks.
>
> > Subject: [PATCH] tests: fix typos, grammaros and other blunders in comments
> >
> > * tests/all.test: In comments, fix typos, grammaros and/or
> > botched capitalization, and/or improve wording.
> > * tests/alpha.test: Likewise.
> > * tests/amopts-v
* Stefano Lattarini wrote on Sat, Jul 16, 2011 at 02:30:40PM CEST:
> A patch doing various (mostly cosmetic) fixes to comments in tests.
> Before pushing, I'll allow 72 hours for comments and suggestsions.
OK thanks.
> Subject: [PATCH] tests: fix typos, grammaros and other blunde
---
ChangeLog |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index af1c66d..f1e10c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,11 @@
-2011-06-23 Stefano Lattarini
+2011-06-23 Stefano Lattarini
docs: avoid a footnote, s
On Sunday 10 April 2011, Ralf Wildenhues wrote:
> * Stefano Lattarini wrote on Sun, Apr 10, 2011 at 11:17:10AM CEST:
> > On Sunday 10 April 2011, Ralf Wildenhues wrote:
> > > While at it, you might want to fix
>
> > I've fixed that, plus some similar blunders, and added a few other
> > misc fixlet
d. OK for yacc-work?
Sure.
Thanks,
Ralf
> Subject: [PATCH] cosmetics: fix typos and wording in some yacc tests
>
> * tests/yacc-cxx.test (foo.cc): Clarify comment about the content
> of this file being valid C++ but invalid C.
> (parse1.yy): Likewise. Also, remove redundant pa
at, plus some similar blunders, and added a few other
misc fixlets too. The resulting patch is attached. OK for yacc-work?
Thanks,
Stefano
From 2b1a61f59b1be829bac9f90bdb10e2c6e8df832d Mon Sep 17 00:00:00 2001
From: Stefano Lattarini
Date: Sun, 10 Apr 2011 11:13:54 +0200
Subject: [PATCH] co
* 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
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.
* 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
>
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
So I started reading what we currently do about rules, in preparation
for gnu-make stuff.
I'll be pushing these trivial typofixes out to maint soonish.
Thanks,
Ralf
Fix typos in Rule.pm comments.
* lib/Automake/Rule.pm: Fix typos in comments.
diff --git a/lib/Automake/Rule
Date: Sun, 11 Apr 2010 22:34:18 +0200
Subject: [PATCH] Fix typos in comments in test confh5.test
* tests/confh5.test: Fix a couple of typos in comments.
---
ChangeLog |5 +
tests/confh5.test |2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/Chan
I've pushed this trivial typo patch to master, and the automake.in part
to branch-1-10, too.
Cheers,
Ralf
* NEWS: Fix typos.
* automake.in: Fix typos in comments. Remove extraneous
whitespace.
diff --git a/NEWS b/NEWS
index 276e953..57fd45f 100644
--- a/NEWS
+++ b
quot; is defined, then "zar_PROGRAMS" becomes valid.
# This is to provide a little extra flexibility in those cases which
2007-05-02 Stepan Kasal <[EMAIL PROTECTED]>
* automake.in, doc/automake.texi, lib/Automake/Rule.pm: Fix typos.
Index: automake.in
==
* 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
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
OK to apply? I found `tarfile' confusing, being only used once, and
`tarball' everywhere else; similarly with gzipped vs. gzip'ed.
The patch "fixes" the LocalWords manually, as I don't use whatever
mechanism creates them automatically.
Cheers,
Ralf
* doc/automake.texi: Fix some typos.
I
gt; description; eliminate the duplicate error message.
> * doc/automake.texi (@direntry): `Invoking Automake' is the name
> of the usage node for `automake'
> * lib/Automake/Variable.pm (%_gen_varname): Fix typos in the
> comment.
I have app
utomake' is the name
of the usage node for `automake'
* lib/Automake/Variable.pm (%_gen_varname): Fix typos in the
comment.
Index: lib/Automake/FileUtils.pm
===
RCS file: /cvs/automake/automake/lib/Au
27 matches
Mail list logo