# HG changeset patch # User Paul Eggert # Date 1349415294 25200 # Node ID b2e34813288d7663ac6a9c37f54b5b29f602533a # Parent 1ee102a293e1739e72de6b2eeaf016ba4bc02ca3 ptsname: fix macro-name typo * lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-10-04 Paul Eggert + + ptsname: fix macro-name typo + * lib/stdlib.in.h (ptsname): Fix misspelling of GNULIB_NAMESPACE. + 2012-10-03 Simon Josefsson inttostr: Relax license. diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h @@ -458,7 +458,7 @@ /* Return the pathname of the pseudo-terminal slave associated with the master FD is open on, or NULL on errors. */ # if @REPLACE_PTSNAME@ -# if !(defined __cplusplus && defined GNULIB_NAMESPCE) +# if !(defined __cplusplus && defined GNULIB_NAMESPACE) # undef ptsname # define ptsname rpl_ptsname # endif