Re: [PATCH] doc: Fix a typo

2022-01-18 Thread Mike Frysinger
On 08 Apr 2018 16:06, Matthew Leeds wrote: > --- a/doc/automake.texi > +++ b/doc/automake.texi > All of these actions are performed in a temporary directory. Please > note that the exact location and the exact structure of such a directory > (where the read-only sources are placed, how the temp

Re: [PATCH] tap-driver: correct a typo

2020-08-13 Thread Karl Berry
- # automatically assing the next progresive number to it. + # automatically assign the next progresive number to it. Thanks, I'll apply. Also, "progresive" should be "progressive", except that's not the right word either. "successive" is what is meant, although it doesn't seem necessary

[PATCH] tap-driver: correct a typo

2020-08-13 Thread Felix Yan
--- lib/tap-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh index 865761d3e..87b6782fc 100755 --- a/lib/tap-driver.sh +++ b/lib/tap-driver.sh @@ -369,7 +369,7 @@ function setup_result_obj(line) sub("^(not )?ok[ \t]*", "", line)

[PATCH] tap-driver: correct a typo

2020-08-13 Thread Felix Yan
--- lib/tap-driver.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tap-driver.sh b/lib/tap-driver.sh index 865761d3e..87b6782fc 100755 --- a/lib/tap-driver.sh +++ b/lib/tap-driver.sh @@ -369,7 +369,7 @@ function setup_result_obj(line) sub("^(not )?ok[ \t]*", "", line)

[PATCH] doc: Fix a typo

2018-04-08 Thread Matthew Leeds
--- doc/automake.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/automake.texi b/doc/automake.texi index 2df214a01..6bfe6c14c 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8567,21 +8567,21 @@ uninstall}) and cleaned (by @code{make distclean}); @item fina

[PATCH] docs: Fix typo in the manual

2015-10-08 Thread Andrea Bolognani
* doc/automake.texi: "do not reply on" -> "do not rely on". Signed-off-by: Andrea Bolognani --- doc/automake.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/automake.texi b/doc/automake.texi index ecfbbc8..1c4c238 100644 --- a/doc/automake.texi +++ b/doc/automake.tex

[PATCH] Fix typo in README, from http://bugs.debian.org/710400.

2015-01-25 Thread Eric Dorland
--- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index fdf25fa..8f6f928 100644 --- a/README +++ b/README @@ -48,7 +48,7 @@ be informed, subscribe to that list by following the instructions at

[PATCH] maint: fix typo in error message of a maintainer-only rule

2015-01-05 Thread Stefano Lattarini
* maintainer/maint.mk (web-manual-update): Here. Signed-off-by: Stefano Lattarini --- maintainer/maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer/maint.mk b/maintainer/maint.mk index b9dd0e9..078b7ef 100644 --- a/maintainer/maint.mk +++ b/maintainer/maint.m

Re: bug#12516: Typo in automake.texi

2012-09-27 Thread Stefano Lattarini
-8<-8<-8<- >From ba23bc70ab6296d978a681e01d3c342a5c235fae Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Thu, 27 Sep 2012 09:43:27 +0200 Subject: [PATCH] docs: fix minor typo: s/expending/expanding/ * doc/automake.texi (Wildcards): Here. Fixes automake bug#12516. Signed-off-

Re: [PATCH] maint: typo fixes s/lies into/lies in/

2012-09-23 Thread Stefano Lattarini
On 09/23/2012 06:25 PM, Jim Meyering wrote: > Pushed to maint as obvious/trivial: > > Subject: [PATCH] maint: typo fixes s/lies into/lies in/ > Well spotted, and thanks, Stefano

[PATCH] maint: typo fixes s/lies into/lies in/

2012-09-23 Thread Jim Meyering
Pushed to maint as obvious/trivial: >From dcff988359f0dba5d133bbacde8fcb983108ccbf Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 23 Sep 2012 18:22:30 +0200 Subject: [PATCH] maint: typo fixes s/lies into/lies in/ --- automake.in | 10 +- 1 file changed, 5 insertions(+)

Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Jim Meyering
1f9fe1f470d336d85599a5ef5 Mon Sep 17 00:00:00 2001 >> From: Jim Meyering >> Date: Wed, 12 Sep 2012 17:31:24 +0200 >> Subject: [PATCH] fix typos in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ >> >> * t/gettext-macros.sh: Fix typo in name of macro emitted into >> mk-di

Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Stefano Lattarini
1:24 +0200 > Subject: [PATCH] fix typos in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ > > * t/gettext-macros.sh: Fix typo in name of macro emitted into > mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/, > and as Stefano Lattarini noted, also fix this typo: > s/AS_MKDIR_P/AC_PROG_

Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Jim Meyering
Stefano Lattarini wrote: > Hi Jim, thanks for the patch. > > On 09/12/2012 05:53 PM, Jim Meyering wrote: >> >> * t/gettext-macros.sh: Fix typo in name of macro emitted into >> mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ >> > Yikes, how have I been missing that ?

Re: [PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Stefano Lattarini
Hi Jim, thanks for the patch. On 09/12/2012 05:53 PM, Jim Meyering wrote: > > * t/gettext-macros.sh: Fix typo in name of macro emitted into > mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ > Yikes, how have I been missing that ?!? Maybe, to help me (and future readers) to understand how

[PATCH] fix typo in mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/

2012-09-12 Thread Jim Meyering
* t/gettext-macros.sh: Fix typo in name of macro emitted into mk-dirp.m4: s/AM_MKDIR_P/AM_PROG_MKDIR_P/ --- t/gettext-macros.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/gettext-macros.sh b/t/gettext-macros.sh index 1d94dad..f548d1a 100755 --- a/t/gettext-macros.sh

[FYI] {maint} docs: fix typo: s/make install-info/make uninstall-info/

2012-08-13 Thread Stefano Lattarini
* doc/automake.texi (Texinfo): Here. And a minor wording improvement while we are at it. Signed-off-by: Stefano Lattarini --- doc/automake.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/automake.texi b/doc/automake.texi index a168bb9..ac2c0a5 100644 --- a/doc

[FYI] {maint} help: fix a typo in the list of warning categories

2012-05-21 Thread Stefano Lattarini
* lib/Automake/ChannelDefs.pm (usage): s/none'/none/. Signed-off-by: Stefano Lattarini --- lib/Automake/ChannelDefs.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Automake/ChannelDefs.pm b/lib/Automake/ChannelDefs.pm index 524b8f5..02ce849 100644 --- a/lib/Automake

Re: [trivial PATCH] Fix typo in aclocal m4 directory README

2012-05-01 Thread Andrew Eikum
On Tue, May 01, 2012 at 05:11:13PM +0200, Stefano Lattarini wrote: > On 05/01/2012 04:18 PM, Andrew Eikum wrote: > > Signed-off-by: Andrew Eikum > > > > Noticed this while poking around the system today. > > > > m4/acdir/README |2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > >

Re: [trivial PATCH] Fix typo in aclocal m4 directory README

2012-05-01 Thread Stefano Lattarini
On 05/01/2012 05:41 PM, Andrew Eikum wrote: > On Tue, May 01, 2012 at 05:11:13PM +0200, Stefano Lattarini wrote: >> On 05/01/2012 04:18 PM, Andrew Eikum wrote: >>> Signed-off-by: Andrew Eikum >>> >>> Noticed this while poking around the system today. >>> >>> m4/acdir/README |2 +- >>> 1 file

Re: [trivial PATCH] Fix typo in aclocal m4 directory README

2012-05-01 Thread Stefano Lattarini
Hi Andrew. On 05/01/2012 04:18 PM, Andrew Eikum wrote: > Signed-off-by: Andrew Eikum > > Noticed this while poking around the system today. > > m4/acdir/README |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > I've applied the patch in your name, adding you to THANKS (and tweaking

[trivial PATCH] Fix typo in aclocal m4 directory README

2012-05-01 Thread Andrew Eikum
Signed-off-by: Andrew Eikum --- Noticed this while poking around the system today. m4/acdir/README |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/acdir/README b/m4/acdir/README index c2bf903..7c6f487 100644 --- a/m4/acdir/README +++ b/m4/acdir/README @@ -5,5 +5,5 @@

Re: [PATCH] maint: fix a comment typo

2012-04-28 Thread Stefano Lattarini
Hi Jim. > * configure.ac: Fix typo in comment: s/out/our/ Good catch. Feel free to push whenever you want, of course. Thanks, Stefano

[PATCH] maint: fix a comment typo

2012-04-28 Thread Jim Meyering
#x27;s the trivial fix: >From 2369915e115012ed7bf77de028925b95ad82be56 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 28 Apr 2012 10:40:26 +0200 Subject: [PATCH] maint: fix a comment typo * configure.ac: Fix typo in comment: s/out/our/ --- configure.ac |2 +- 1 file changed, 1 insertio

[FYI] {master} hacking: fix typo

2012-04-18 Thread Stefano Lattarini
* HACKING (Test suite): Refer to file 't/README', not to the non-existent 'tests/README'. Signed-off-by: Stefano Lattarini --- HACKING |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HACKING b/HACKING index c57da67..70e6f96 100644 --- a/HACKING +++ b/HACKING @@ -210,7 +210

[FYI] {master} dist tests: fix reduced coverage due to typo

2012-04-13 Thread Stefano Lattarini
* t/dist-formats.tap: Append to 'Makefile.am', not to 'Makefil.am'. Signed-off-by: Stefano Lattarini --- t/dist-formats.tap |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/dist-formats.tap b/t/dist-formats.tap index 8a287ff..d627cf8 100755 --- a/t/dist-formats.tap ++

[FYI] {master} news: fix typo

2012-04-12 Thread Stefano Lattarini
* NEWS (Changes to Automake-generated testsuite harnesses): It's 'perl', not 'per'. Reported by Akim Demaille in a private mail. Signed-off-by: Stefano Lattarini --- NEWS |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 5c654ff..2fbcfd1 100644 --- a/NEWS

[FYI] {master} readme: fix typo in tests/README

2012-02-21 Thread Stefano Lattarini
--- tests/README |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/README b/tests/README index bfd5562..529bc59 100644 --- a/tests/README +++ b/tests/README @@ -204,7 +204,7 @@ Do that configure.in registers Makefile.in but do not output anything by default. If

Re: [PATCH] maint: support amending the generated ChangeLog, and fix a typo

2012-02-17 Thread Peter Rosin
27;m following up again. Sorry for the noise. Million-dollar-question, is this the last one? >From e5da4fbf4a1fad91b3b25e1b86b563bfa793ab0e Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Fri, 17 Feb 2012 10:23:26 +0100 Subject: [PATCH] cosmetics: fix commit message typo in previous * .git-l

Re: [PATCH] maint: support amending the generated ChangeLog, and fix a typo

2012-02-17 Thread Peter Rosin
Peter Rosin skrev 2012-02-17 10:09: > Anyway, I pushed the below to master. I have also followed up with the below fixup. I forgot that actually commit the amend I had already done, sorry for the noise. Cheers, Peter >From 22729165f6bb902daeb8a4d8e7cb06982390f327 Mon Sep 17 00:00:00 2001 From:

Re: [PATCH] maint: support amending the generated ChangeLog, and fix a typo

2012-02-17 Thread Peter Rosin
, starting with a fix for a typo in v1.11-1963-g3b369e6 >> from yesterday. >> --- >> Makefile.am |4 +++- >> lib/git-log-fix |8 >> 2 files changed, 11 insertions(+), 1 deletions(-) >> create mode 100644 lib/git-log-fix >> >>

Re: [PATCH] maint: support amending the generated ChangeLog, and fix a typo

2012-02-17 Thread Stefano Lattarini
On 02/17/2012 08:55 AM, Peter Rosin wrote: > * Makefile.am (gitlog_to_changelog_options): Add support for > amending the generated ChangeLog. > * lib/git-log-fix: New file with things to amend to the generated > ChangeLog, starting with a fix for a typo in v1.11-1963-g3b369e6 >

[PATCH] maint: support amending the generated ChangeLog, and fix a typo

2012-02-16 Thread Peter Rosin
* Makefile.am (gitlog_to_changelog_options): Add support for amending the generated ChangeLog. * lib/git-log-fix: New file with things to amend to the generated ChangeLog, starting with a fix for a typo in v1.11-1963-g3b369e6 from yesterday. --- Makefile.am |4 +++- lib/git-log-fix |8

[FYI] {master} cosmetics: fix a typo in comments

2012-02-06 Thread Stefano Lattarini
* tests/extra-programs-empty.test: Fix typo in heading comments. --- tests/extra-programs-empty.test |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/extra-programs-empty.test b/tests/extra-programs-empty.test index 992c5ee..e46e1ac 100755 --- a/tests/extra

[FYI] {master} test defs: fix typo in variable name ($AM_TESTSUITE_PERL)

2012-02-02 Thread Stefano Lattarini
* tests/defs-static.in: Fix typo: it's '$AM_TESTSUITE_PERL', not '$AM_TESTUITE_PERL'. --- tests/defs-static.in |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/defs-static.in b/tests/defs-static.in index b79e399..79484a9 100644 --- a/tests/d

Re: FYI: [PATCH] * NEWS: Fix typo in 'make dist-bzip2' description.

2011-12-12 Thread Stefano Lattarini
On Monday 12 December 2011, Peter Rosin wrote: > Pushed to maint as obvious... > Well spotted. Thanks, Stefano

FYI: [PATCH] * NEWS: Fix typo in 'make dist-bzip2' description.

2011-12-12 Thread Peter Rosin
Pushed to maint as obvious... Cheers, Peter >From 9c78ef3d74b138432801f72f5f8f50c7433d03b5 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Mon, 12 Dec 2011 09:10:56 +0100 Subject: [PATCH] * NEWS: Fix typo in 'make dist-bzip2' description. --- ChangeLog |4 NEWS

Re: bug#10111: typo fix

2011-11-24 Thread Stefano Lattarini
ing: 8bit * tests/remake-am-pr10111.test (Makefile.am): Fix typo in comments. * THANKS: Update. Reported by Krzysztof Żelechowski. --- ChangeLog|7 +++ THANKS |1 + tests/remake-am-pr10111.test |2 +- 3 files changed, 9 insertions(+), 1 deletion

[FYI] {maint} tests: fix typo in 'uninstall-fail.test'

2011-11-12 Thread Stefano Lattarini
eLog index 944183e..79bcb89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-11-12 Stefano Lattarini + + tests: fix typo in 'uninstall-fail.test' + * tests/uninstall-fail.test: Always use `$rm_f_is_silent_on_error' + instead of the bogus `$rm_f_is_silent_o

[FYI] {testsuite-work} test defs: fix typo in comments

2011-08-17 Thread Stefano Lattarini
* tests/defs (get_shell_script): Fix typo in the function description. --- ChangeLog |6 ++ tests/defs |2 +- 2 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3477d61..eeb8374 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-08-17

[FYI] {test-protocols} tap: fix typo in TAP driver version message

2011-08-05 Thread Stefano Lattarini
100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-08-05 Stefano Lattarini + tap: fix typo in TAP driver version message + * lib/tap-driver (anonymous subroutine printing the script version + message): Add missing trailing newline to the version message. + +2011-08

[FYI] {GSoC} * NEWS: Fix typo, and related reformatting.

2011-08-02 Thread Stefano Lattarini
--- ChangeLog |4 NEWS |8 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a04d71..b681294 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2011-08-03 Stefano Lattarini + * NEWS: Fix typo, and related

[FYI] {maint} fix typo in recent ChangeLog entry

2011-07-08 Thread Stefano Lattarini
--- ChangeLog |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index c77326d..114df2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,7 +17,7 @@ * tests/amhello-cflags.test: New test. * tests/amhello-cross-compile.test: Likewise.

[FYI] {testsuite-work} self tests: fix typo in comment

2011-07-08 Thread Stefano Lattarini
* tests/self-check-exit.test: Fix typo in heading comments. --- ChangeLog |5 + tests/self-check-exit.test |2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56a1d7c..b3709ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5

Re: [PATCH] {master} tests: fix typo-related error in auxdir2.test

2011-06-08 Thread Stefano Lattarini
On Sunday 05 June 2011, Stefano Lattarini wrote: > I plan to push this to a temporary bug-fixing branch off of commit > v1.11-249-g49ac3de, and then merge it to master. > > I will push in 48 hours if there is no review by then. > > Regards, > Stefano > I've now merged the patch into master, an

[PATCH] {master} tests: fix typo-related error in auxdir2.test

2011-06-05 Thread Stefano Lattarini
| 10 ++ tests/auxdir2.test |2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f18c0ff..9db3832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-06-05 Stefano Lattarini + + tests: fix typo-related error

[FYI] {maint} tests: fix typo (copy & paste blunder) in heading comment

2011-04-23 Thread Stefano Lattarini
tests: fix typo (copy & paste blunder) in heading comment * tests/maintclean-vpath.test: Correctly refer to the sister test as `maintclean.test', not as `maintclean-vpath.test'. --- ChangeLog |6 ++ tests/maintclean-vpath.test |2 +- 2 files changed

[PATCH] {master} tests: fix typo in python5b.test

2011-04-15 Thread Stefano Lattarini
I've applied this patch to a temporary bug-fixing branch, merged it to master, and pushed. Regards, Stefano -*-*- tests: fix typo in python5b.test * tests/python5b.test: Remove extra `:' from $PATH redefinition. --- ChangeLog |5 + tests/python5b.test |2 +

Re: [PATCH] tests: fix comment typo

2011-01-15 Thread Ralf Wildenhues
From: Jim Meyering > Date: Thu, 14 Oct 2010 16:39:22 +0200 > Subject: [PATCH] tests: fix comment typo > > * tests/substref.test: Fix grammar in a comment.

[PATCH] tests: fix comment typo

2011-01-15 Thread Jim Meyering
Hi guys, It looks like I never sent this patch: >From 2a898e3a7bc80dac3506f8ef325a95ef375971ef Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 14 Oct 2010 16:39:22 +0200 Subject: [PATCH] tests: fix comment typo * tests/substref.test: Fix grammar in a comment. --- tests/substref.t

[PATCH] {maint} docs: fix blunder in example about python extension modules (was: Re: bug#7661: docs: typo in documentation about python extension modules?)

2010-12-18 Thread Stefano Lattarini
On Saturday 18 December 2010, Ralf Wildenhues wrote: > * Stefano Lattarini wrote on Fri, Dec 17, 2010 at 02:51:12PM CET: > > pyexec_LTLIBRARIES = quaternion.la > > quaternion_SOURCES = quaternion.c support.c support.h > > quaternion_la_LDFLAGS = -avoid-version -module

[FYI] fix typo in ChangeLog date (was: [FYI] tweaked ChangeLog after merge)

2010-12-06 Thread Stefano Lattarini
On Monday 06 December 2010, Stefano Lattarini wrote: > I pushed this on the top of master after the recent three merges of > testsuite-related patches. > > Regards, > Stefano > > --- > ChangeLog |6 +- > 1 files changed, 1 insertions(+), 5 deletions(-) > > diff --git a/ChangeLog b/Cha

Re: [PATCH] {branch "msvc"} Fix typo in test ar-lib.test.

2010-09-03 Thread Stefano Lattarini
On Friday 03 September 2010, Peter Rosin wrote: > Hi Stefano! > > Den 2010-09-03 02:48 skrev Stefano Lattarini: > > OK to push the attached patch to msvc as trivial? > > No, because it isn't a typo... :-) > > Wrappee denotes the thing that is wrapped. Oh. *blush*

Re: [PATCH] {branch "msvc"} Fix typo in test ar-lib.test.

2010-09-02 Thread Peter Rosin
Hi Stefano! Den 2010-09-03 02:48 skrev Stefano Lattarini: > OK to push the attached patch to msvc as trivial? No, because it isn't a typo... :-) Wrappee denotes the thing that is wrapped. Cheers, Peter

[PATCH] {branch "msvc"} Fix typo in test ar-lib.test.

2010-09-02 Thread Stefano Lattarini
OK to push the attached patch to msvc as trivial? Regards, Stefano From d105644a7216dd765d189a1c22a533e64c7b9468 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 3 Sep 2010 02:45:02 +0200 Subject: [PATCH] Fix typo in test ar-lib.test. * tests/ar-lib.test: Fix typo: "wr

Re: trivial typo

2010-07-27 Thread Ralf Wildenhues
e next couple of days. Cheers, Ralf 2010-07-27 Patrick Welche(tiny change) Fix typo in the manual. * doc/automake.texi (Scripts): Fix typo. diff --git a/doc/automake.texi b/doc/automake.texi index c6067f9..0fd233b 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6912,7 +

Re: [PATCH] Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini)

2010-07-26 Thread Stefano Lattarini
At Monday 26 July 2010, Ralf Wildenhues wrote: > Hi Stefano, > > * Stefano Lattarini wrote on Sun, Jul 25, 2010 at 11:27:16PM CEST: > > Very simple ChangeLog fix. OK to apply to maint? > > you can just go ahead and apply these kinds of things as obvious. OK, will do. Thanks. FYI, I pushed this

Re: [PATCH] Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini)

2010-07-26 Thread Ralf Wildenhues
> From: Stefano Lattarini > Date: Sun, 25 Jul 2010 23:23:15 +0200 > Subject: [PATCH] Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini)

[PATCH] Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini)

2010-07-25 Thread Stefano Lattarini
Very simple ChangeLog fix. OK to apply to maint? Regards, Stefano From 7e1cbc9a026b4a52f78ac28c4ca5853ee8c8bfa6 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sun, 25 Jul 2010 23:23:15 +0200 Subject: [PATCH] Fixed typo in ChangeLog (2010-06-06, Stefano Lattarini) --- ChangeLog

trivial typo

2010-07-10 Thread Patrick Welche
diff --git a/doc/automake.texi b/doc/automake.texi index 9f5b3bd..03f6d8f 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6912,7 +6912,7 @@ script is distributed in its final, installable form, the dist_bin_SCRIPTS = my_script @end example -Script are not distributed by default; as w

Fix typo in manual.

2010-04-25 Thread Ralf Wildenhues
For maint. Cheers, Ralf Fix typo in manual. * doc/automake.texi (Simple Tests using parallel-tests): Add missing closing parenthesis. diff --git a/doc/automake.texi b/doc/automake.texi index ae5e364..939ea00 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -8716,7

[PATCH] Fix typo in POD documentation of Automake::Channels.

2010-04-17 Thread Stefano Lattarini
A simple typofix in POD documentation. Regards, Stefano From e2bf5c7be520596a165935509c51b52f924faf85 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 17 Apr 2010 15:40:35 +0200 Subject: [PATCH] Fix typo in POD documentation of Automake::Channels. * lib/Automake/Channels.pm

Re: [PATCH] Fixed typo in Makefile.am (extra semicolon removed)

2009-12-29 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Sun, Dec 27, 2009 at 04:06:14PM CET: > Subject: [PATCH] Fixed typo in Makefile.am (extra semicolon removed) > > * Makefile.am (sc_diff_automake_in_automake): Removed an extra > semicolon in target's rules, which prevented a stdout r

[PATCH] Fixed typo in Makefile.am (extra semicolon removed)

2009-12-27 Thread Stefano Lattarini
Without this patch, an error message in the maintainer-check rule `sc_diff_automake_in_automake' goes to stdout rather than to stderr. This is due to a small typo in the target's rules, i.e. an extra semicolon before `1>&2'). The fix is obvious: just remove the ext

[PATCH 4/8] Qt: documentation typo fixes

2009-07-09 Thread Gergely Risko
--- doc/automake.texi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/automake.texi b/doc/automake.texi index a9495e7..c46d08f 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -6684,14 +6684,14 @@ the build system. For checking the existence of the Qt lib

Re: [PATCH] Fix a documentation typo.

2009-03-22 Thread Ralf Wildenhues
Hi Jim, * Jim Meyering wrote on Wed, Mar 18, 2009 at 10:10:00AM CET: > > From 15b94859da3b658182e4a334f85fbf8e0ddb6ce2 Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 18 Mar 2009 10:09:23 +0100 > Subject: [PATCH] Fix a documentation typo. > > * doc/automake.te

[PATCH] Fix a documentation typo.

2009-03-18 Thread Jim Meyering
>From 15b94859da3b658182e4a334f85fbf8e0ddb6ce2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 18 Mar 2009 10:09:23 +0100 Subject: [PATCH] Fix a documentation typo. * doc/automake.texi (Headers): Clarify the note telling when it's better not to use noinst_HEADERS. --- C

Re: [PATCH] more typo/grammar fixes in documentation

2008-11-19 Thread Ralf Wildenhues
Hello William, thanks for the patches. I merged them and applied them, with one change, to master and branch-1-10: * William Pursell wrote on Thu, Nov 20, 2008 at 06:27:33AM CET: > @@ -11504,7 +11504,7 @@ announcement that @command{automake} and > @command{autoconf} had joined > @command{sourc

[PATCH] more typo/grammar fixes in documentation

2008-11-19 Thread William Pursell
diff --git a/doc/automake.texi b/doc/automake.texi index cbb7d5a..9166754 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -11122,7 +11122,7 @@ Autoconf two years before you can guess the rest. Several commits follow, and by the end of the day Automake is reported to work for GNU fileut

[PATCH] typo in automake.texi

2008-11-19 Thread William Pursell
diff --git a/doc/automake.texi b/doc/automake.texi index e9aebc8..cbb7d5a 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -11291,8 +11291,8 @@ Pinard's doing). @item 1996-01-03 Automake 0.26 @itemx 1996-01-03 Automake 0.27 -Of the many change and suggestions sent by Fran@,cois Pina

Re: typo in comment in tests/defs.in

2008-10-12 Thread Ralf Wildenhues
Hi William, * William Pursell wrote on Sat, Oct 11, 2008 at 06:58:47AM CEST: > --- a/tests/defs.in > +++ b/tests/defs.in > @@ -152,7 +152,7 @@ do >CC=icc >export CC ># There is no way to ask *only* the compiler's version. > - # This tool always want to do something (by

typo in comment in tests/defs.in

2008-10-11 Thread William Pursell
diff --git a/tests/defs.in b/tests/defs.in index 9172427..ae84e8c 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -152,7 +152,7 @@ do CC=icc export CC # There is no way to ask *only* the compiler's version. - # This tool always want to do something (by default + #

Re: Typo in manual

2008-05-13 Thread Eric Blake
Stepan Kasal ucw.cz> writes: > > Hello, > > On Tue, May 13, 2008 at 01:08:24PM +0100, Reuben Thomas wrote: > > "almost staled" -> "almost stalled" > > Thanks. I added my small collection of typos. Attached below. > Could someone please commit? Pushed, then cherry-picked to the branch. > Su

Re: Typo in manual

2008-05-13 Thread Stepan Kasal
Hello, On Tue, May 13, 2008 at 01:08:24PM +0100, Reuben Thomas wrote: > "almost staled" -> "almost stalled" Thanks. I added my small collection of typos. Attached below. Could someone please commit? thanks. Stepan Kasal >From d02669b611ac91885ebf8ec0c94723394ecdf50a Mon Sep 17 00:00:00

Re: 'nonemtpy' typo in lib/am/tags.am

2008-02-17 Thread Ralf Wildenhues
Hi Colin, * Colin Watson wrote on Sun, Feb 17, 2008 at 05:58:58PM CET: > The attached patch fixes a typo I happened to notice while upgrading > man-db to Automake 1.10.1. Thanks! Applied like this, master and branch-1-10. Cheers, Ralf 2008-02-17 Colin Watson <[EMAIL PROTECTED

Re: Typo fixes

2008-01-07 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Thu, Jan 03, 2008 at 05:21:07PM CET: > Hello, > attached please find my small collection of typo fixes. Thanks! Applied. Cheers, Ralf > 2008-01-03 Stepan Kasal <[EMAIL PROTECTED]> > > * automake.in (handle_texinfo_helper, han

Typo fixes

2008-01-03 Thread Stepan Kasal
Hello, attached please find my small collection of typo fixes. Stepan 2008-01-03 Stepan Kasal <[EMAIL PROTECTED]> * automake.in (handle_texinfo_helper, handle_lib_objects): Fix typos in comments. diff --git a/automake.in b/automake.in index 3720769..15b4b77 100755

Re: Typo in section 10.5 of automake 1.10 info manual

2007-04-23 Thread Ralf Wildenhues
<[EMAIL PROTECTED]> (tiny change) * doc/automake.texi (Python): Fix typo. Index: doc/automake.texi === RCS file: /cvs/automake/automake/doc/automake.texi,v retrieving revision 1.165 diff -u -r1.165 automake.texi --- do

Re: Possible typo in "Subpackages"

2007-02-03 Thread Reuben Thomas
On Wed, 24 Jan 2007, Ralf Wildenhues wrote: If I understand your comments correctly (which I'm not sure of), then this patch against CVS HEAD should fix them. OK to apply? Seems OK to me with the exception of two tiny typos, noted below. -force Automake and Autoconf into search auxiliary sc

Re: Possible typo in "Subpackages"

2007-01-27 Thread Ralf Wildenhues
* Reuben Thomas wrote on Wed, Jan 24, 2007 at 01:13:00AM CET: > On Wed, 24 Jan 2007, Ralf Wildenhues wrote: > > >If I understand your comments correctly (which I'm not sure of), then > >this patch against CVS HEAD should fix them. OK to apply? > > Seems OK to me with the exception of two tiny ty

Re: Possible typo in "Subpackages"

2007-01-23 Thread Ralf Wildenhues
Hello Reuben, * Reuben Thomas wrote on Fri, Dec 22, 2006 at 12:26:28PM CET: > In the 1.9 manual: > > " The purpose of the `AC_CONFIG_AUX_DIR([.])' instruction is to force > Automake and Autoconf into search auxiliary script in the current > directory." > > I don't understand "force Automake an

Re: Typo in 1.9 manual

2006-12-19 Thread Ralf Wildenhues
Hello Reuben, * Reuben Thomas wrote on Tue, Dec 19, 2006 at 12:45:50AM CET: > "Before we illustrate these two possibility" > > possibility -> possibilities Thanks! Fixed in CVS branch-1-10 and HEAD. Cheers, Ralf

Re: Nano-typo in the automake manual

2006-10-14 Thread Ralf Wildenhues
Hello Alfred, * Alfred M. Szmidt wrote on Sat, Oct 14, 2006 at 06:59:17PM CEST: > Here is a trivial patch to fix a nano-typo, scr vs. src. Thanks. I've applied this. I added the `tiny change' because I don't know if PACKAGING as an entry in the copyright list has anyth

Re: Typo fixes

2006-08-20 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Sun, Aug 20, 2006 at 06:53:55PM CEST: > attached please find my collection of typo fixes. Applied, thanks. Cheers, Ralf > 2006-08-20 Stepan Kasal <[EMAIL PROTECTED]> > > * Makefile.am, THANKS: Fix typos.

Typo fixes

2006-08-20 Thread Stepan Kasal
Hi, attached please find my collection of typo fixes. Stepan 2006-08-20 Stepan Kasal <[EMAIL PROTECTED]> * Makefile.am, THANKS: Fix typos. Index: ChangeLog === RCS file: /cvs/automake/automake/ChangeLog,v retr

Re: another typo

2006-04-10 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Mon, Apr 10, 2006 at 01:20:43PM CEST: > On Mon, Apr 10, 2006 at 01:16:15PM +0200, Ralf Wildenhues wrote: > > > I have noticed the following typo. > > I've found two more. > > Sorry, I should have buffered them. Well, how about

Re: another typo

2006-04-10 Thread Stepan Kasal
Hello, On Mon, Apr 10, 2006 at 01:16:15PM +0200, Ralf Wildenhues wrote: > > I have noticed the following typo. I've found two more. Sorry, I should have buffered them. Stepan 2006-04-10 Stepan Kasal <[EMAIL PROTECTED]> * lib/Automake/Variable.pm (%_gen_varname):

Re: another typo

2006-04-10 Thread Ralf Wildenhues
Hi Stepan, * Stepan Kasal wrote on Sun, Apr 09, 2006 at 04:32:30PM CEST: > Hello, > I have noticed the following typo. Installed. Thanks! > --- NEWS 21 Mar 2006 19:09:21 - 1.304 > +++ NEWS 9 Apr 2006 14:29:18 - > @@ -89,7 +89,7 @@ > $(LIB

another typo

2006-04-09 Thread Stepan Kasal
Hello, I have noticed the following typo. Stepan diff -u -r1.304 NEWS --- NEWS21 Mar 2006 19:09:21 - 1.304 +++ NEWS9 Apr 2006 14:29:18 - @@ -89,7 +89,7 @@ $(LIBOBJS), $(LTLIBOBJS), $(ALLOCA), and $(LTALLOCA) can be used in different directories

Re: Typo

2006-03-20 Thread Ralf Wildenhues
Hi Alexandre, * Alexandre Duret-Lutz wrote on Sat, Mar 18, 2006 at 08:39:53AM CET: > >>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: > > RW> * lib/Automake/RuleDef.pm (DESCRIPTION): Typo. > > Please FYI similar patches. Oops. Sorry about

Re: Typo

2006-03-20 Thread Alexandre Duret-Lutz
>>> "RW" == Ralf Wildenhues <[EMAIL PROTECTED]> writes: RW> * lib/Automake/RuleDef.pm (DESCRIPTION): Typo. Please FYI similar patches. -- Alexandre Duret-Lutz Shared books are happy books. http://www.bookcrossing.com/friend/gadl

Typo

2006-03-16 Thread Ralf Wildenhues
A tiny patch. Cheers, Ralf * lib/Automake/RuleDef.pm (DESCRIPTION): Typo. Index: lib/Automake/RuleDef.pm === RCS file: /cvs/automake/automake/lib/Automake/RuleDef.pm,v retrieving revision 1.2 diff -u -r1.2 RuleDef.pm

A typo caused test failure

2005-07-29 Thread Stepan Kasal
Hello, library3.test fails; attached please find a patch to fix it. Stepan Kasal 2005-07-29 Stepan Kasal <[EMAIL PROTECTED]> * tests/library3.test: Fix a typo which made the test fail. Index: tests/library3.test =

a typo in a test

2005-07-20 Thread Stepan Kasal
Hello, I've notice one more typo. Stepan 2005-07-20 Stepan Kasal <[EMAIL PROTECTED]> * tests/colon3.test: s/EGREP/FGREP/ Index: tests/colon3.test === RCS file: /cvs/automake/automake/tests/colon3.test,v

a typo

2005-07-01 Thread Stepan Kasal
Hi, I noticed a typo. Stepan Index: aclocal.in === RCS file: /cvs/automake/automake/aclocal.in,v retrieving revision 1.132 diff -u -r1.132 aclocal.in --- aclocal.in 14 May 2005 20:28:50 - 1.132 +++ aclocal.in 1 Jul 2005