[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2462-g947dfa
From: |
Arnold Robbins |
Subject: |
[gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2462-g947dfae |
Date: |
Fri, 7 Apr 2017 02:16:06 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, master has been updated
via 947dfae8571472b6e78aecad8da024f1f65e5bf5 (commit)
from 6de370d832e5145ed6a4cb05099f51192773a4b1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=947dfae8571472b6e78aecad8da024f1f65e5bf5
commit 947dfae8571472b6e78aecad8da024f1f65e5bf5
Author: Arnold D. Robbins <address@hidden>
Date: Fri Apr 7 09:15:43 2017 +0300
Fix spelling errors in gawkworkflow.texi and spellchecking in
doc/Makefile.am.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index dd3e1c9..0a04a64 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -5,6 +5,10 @@
* wordlist2: New file.
* Makefile.am: Revised for new document. Copyright years updated.
+ * gawkworkflow.texi: Fix some spelling errors. :-(
+ * wordlist2: Updated.
+ * Makefile.am: Fix spell checking. :-(
+
2017-03-17 Arnold D. Robbins <address@hidden>
* gawktexi.in: Improve the discussion of quoting on
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 76ba824..367ed0c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -108,7 +108,7 @@ awkcard.nc: $(CARDFILES)
awkcard.pdf: awkcard.ps
ps2pdf awkcard.ps awkcard.pdf
-spell: spellmanual spell workflow
+spell: spellmanual spellworkflow
spellmanual:
@echo ==== gawktexi.in ====;
diff --git a/doc/Makefile.in b/doc/Makefile.in
index fd4f47a..c20aecf 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -922,7 +922,7 @@ awkcard.nc: $(CARDFILES)
awkcard.pdf: awkcard.ps
ps2pdf awkcard.ps awkcard.pdf
-spell: spellmanual spell workflow
+spell: spellmanual spellworkflow
spellmanual:
@echo ==== gawktexi.in ====;
diff --git a/doc/gawkworkflow.texi b/doc/gawkworkflow.texi
index 4d9ddd0..1bee193 100755
--- a/doc/gawkworkflow.texi
+++ b/doc/gawkworkflow.texi
@@ -246,7 +246,7 @@ This file describes how to participate in software
development for
development.
* Using Git:: Getting started with Git.
* Configuring git:: Configuring Git.
-* Development without commit access:: How to wwork without commit access.
+* Development without commit access:: How to work without commit access.
* Development with commit access:: How to work with commit access.
* General practices:: How things should usually be done.
* Repo Maintenance:: Tips for keeping your repo clean.
@@ -1160,7 +1160,7 @@ chance for recovery, so be sure you really want to do it.
As you work on your branch, you will occasionally want to bring it
up to date with respect to @code{master}.
-This @value{SECTION} dicusses updating locale branches
+This @value{SECTION} discusses updating locale branches
and handling merge conflicts.
@menu
diff --git a/doc/wordlist2 b/doc/wordlist2
index 5d91c81..0d2db28 100644
--- a/doc/wordlist2
+++ b/doc/wordlist2
@@ -1,5 +1,6 @@
Autoconf
Automake
+Autotools
Awk
Bernat
CFLAGS
@@ -16,6 +17,7 @@ Libtool
PCC
PDF
Rebase
+Rebasing
Repo
SVN
TODO
-----------------------------------------------------------------------
Summary of changes:
doc/ChangeLog | 4 ++++
doc/Makefile.am | 2 +-
doc/Makefile.in | 2 +-
doc/gawkworkflow.texi | 4 ++--
doc/wordlist2 | 2 ++
5 files changed, 10 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-2462-g947dfae,
Arnold Robbins <=