changeset 13000:590545f75751

Fix typo introduced on 2009-12-31.
author Bruno Haible <bruno@clisp.org>
date Fri, 19 Mar 2010 01:34:49 +0100
parents e7606e6e8c83
children 9a36e14b484f
files ChangeLog m4/spawn_h.m4
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-03-18  Bruno Haible  <bruno@clisp.org>
+
+	Fix typo introduced on 2009-12-31.
+	* m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
+	posix_spawn_file_actions_adddup2.
+
 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
 	and Eric Blake  <eblake@redhat.com>
 
@@ -3374,7 +3380,7 @@
 	(posix_spawn_file_actions_destroy)
 	(posix_spawn_file_actions_addopen)
 	(posix_spawn_file_actions_addclose)
-	(posix_spawwn_file_actions_adddup2): Likewise.
+	(posix_spawn_file_actions_adddup2): Likewise.
 	* m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
 	* tests/test-signal.c (main): Enhance test.
 
--- a/m4/spawn_h.m4
+++ b/m4/spawn_h.m4
@@ -1,4 +1,4 @@
-# spawn_h.m4 serial 8
+# spawn_h.m4 serial 9
 dnl Copyright (C) 2008-2010 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -52,7 +52,7 @@
     posix_spawnattr_getschedparam posix_spawnattr_setschedparam
     posix_spawn_file_actions_init posix_spawn_file_actions_destroy
     posix_spawn_file_actions_addopen posix_spawn_file_actions_addclose
-    posix_spawwn_file_actions_adddup2])
+    posix_spawn_file_actions_adddup2])
 ])
 
 dnl Unconditionally enables the replacement of <spawn.h>.