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. */