summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-06-01 16:37:59 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2014-06-01 16:37:59 -0700
commitb9928bbace87a54feffa5fc21eab791f658406b9 (patch)
treec53b4e298e96f17ce1ba540eda295383288eb8a2
parent5c2b9423c56c2b7e3266d34be45cac359d2c3c26 (diff)
Spelling fix in ChangeLog entry.
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 975b19f032..f5da7ce4ee 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,7 +4,7 @@
* callproc.c, sysdep.c (block_child_signal, unblock_child_signal):
Move implementations from callproc.c to sysdep.c.
* process.h, syssignal.h (block_child_signal, unblock_child_signal):
- Move declaratations from process.h to syssignal.h.
+ Move declarations from process.h to syssignal.h.
2014-06-01 Juanma Barranquero <lekktu@gmail.com>