From 5756f589d7fd6d30aa2a579ffac51ee6157b8759 Mon Sep 17 00:00:00 2001 From: Marcelo Roberto Jimenez Date: Mon, 7 Jan 2008 12:02:33 +0000 Subject: [PATCH] SF Patches Tracker [ 1865812 ] typo in docs comment Submitted By: Hartmut Holzgraefe - hholzgra typo in docs comment ACCAPTED instead of ACCEPTED in @name UPNP_E_UNSUBSCRIBE_UNACCAPTED [-302] Also, the documentation file name was mispelled and was corrected in the Makefile.am. git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@287 119443c7-1b9e-41f8-b6fc-b9c35fce742c --- ChangeLog | 7 +++++++ THANKS | 1 + docs/dist/Makefile.am | 4 ++-- ...TED-302.html => UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html} | 0 upnp/inc/upnp.h | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) rename docs/dist/html/upnp/{UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html => UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html} (100%) diff --git a/ChangeLog b/ChangeLog index be584d9..e7c0152 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,13 @@ Version 1.6.4 ******************************************************************************* +2008-01-07 Marcelo Jimenez + * SF Patches Tracker [ 1865812 ] typo in docs comment + Submitted By: Hartmut Holzgraefe - hholzgra + typo in docs comment ACCAPTED instead of ACCEPTED in + @name UPNP_E_UNSUBSCRIBE_UNACCAPTED [-302] + Also, the documentation file name was mispelled and was corrected in + the Makefile.am. ******************************************************************************* Version 1.6.3 diff --git a/THANKS b/THANKS index ec9682e..751807a 100644 --- a/THANKS +++ b/THANKS @@ -20,6 +20,7 @@ exempt of errors. - Fabrice Fontaine - Fredrik Svensson - Glen Masgai +- Hartmut Holzgraefe - hholzgra - Jiri Zouhar - John Dennis - Jonathan Casiot (no_dice) diff --git a/docs/dist/Makefile.am b/docs/dist/Makefile.am index 729f244..18b2b5e 100644 --- a/docs/dist/Makefile.am +++ b/docs/dist/Makefile.am @@ -39,7 +39,7 @@ EXTRA_DIST = \ ./html/upnp/UPNP_E_SOCKET_ERROR-208.html \ ./html/upnp/UPNP_E_CANCELED-210.html \ ./html/upnp/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html \ - ./html/upnp/UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html \ + ./html/upnp/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html \ ./html/upnp/UPNP_E_NOTIFY_UNACCEPTED-303.html \ ./html/upnp/UPNP_E_INVALID_ARGUMENT-501.html \ ./html/upnp/UPNP_E_FILE_NOT_FOUND-502.html \ @@ -295,7 +295,7 @@ if WITH_DOCUMENTATION ./html/upnp/UPNP_E_SOCKET_ERROR-208.html \ ./html/upnp/UPNP_E_CANCELED-210.html \ ./html/upnp/UPNP_E_SUBSCRIBE_UNACCEPTED-301.html \ - ./html/upnp/UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html \ + ./html/upnp/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html \ ./html/upnp/UPNP_E_NOTIFY_UNACCEPTED-303.html \ ./html/upnp/UPNP_E_INVALID_ARGUMENT-501.html \ ./html/upnp/UPNP_E_FILE_NOT_FOUND-502.html \ diff --git a/docs/dist/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html b/docs/dist/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html similarity index 100% rename from docs/dist/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCAPTED-302.html rename to docs/dist/html/upnp/UPNP_E_UNSUBSCRIBE_UNACCEPTED-302.html diff --git a/upnp/inc/upnp.h b/upnp/inc/upnp.h index 2dd2427..db6d9f7 100644 --- a/upnp/inc/upnp.h +++ b/upnp/inc/upnp.h @@ -413,7 +413,7 @@ #define UPNP_E_SUBSCRIBE_UNACCEPTED -301 /*! @} */ -/** @name UPNP_E_UNSUBSCRIBE_UNACCAPTED [-302] +/** @name UPNP_E_UNSUBSCRIBE_UNACCEPTED [-302] * {\tt UPNP_E_UNSUBSCRIBE_UNACCEPTED} signifies that an unsubscribe * request was rejected from the remote side. */