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

[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: [PATCH] maint: support amending the generated ChangeLog, and fix a typo

2012-02-17 Thread Peter Rosin
og-fix: The file is called .git-log-fix, nothing else. --- .git-log-fix |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.git-log-fix b/.git-log-fix index 561181d..d87a0ec 100644 --- a/.git-log-fix +++ b/.git-log-fix @@ -6,3 +6,8 @@ # Date: Thu Feb 16 22:29:32 2012 +0

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-program

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 retrieving revisio

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