[gupnp/gupnp-1.4] RootDevice: Fix typo from previous commit



commit bcebd75665e19e2415e1da30315160a0eadc6c71
Author: Jens Georg <mail jensge org>
Date:   Thu Dec 30 11:44:10 2021 +0100

    RootDevice: Fix typo from previous commit

 libgupnp/gupnp-root-device.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libgupnp/gupnp-root-device.h b/libgupnp/gupnp-root-device.h
index 17280c8..25fec98 100644
--- a/libgupnp/gupnp-root-device.h
+++ b/libgupnp/gupnp-root-device.h
@@ -62,10 +62,10 @@ gboolean
 gupnp_root_device_get_available   (GUPnPRootDevice      *root_device);
 
 const char *
-gupnp_root_device_get_descrliption_document_name
+gupnp_root_device_get_description_document_name
                                   (GUPnPRootDevice      *root_device);
 
-G_GNUC_DEPRECATED_FOR (gupnp_root_device_get_descrliption_document_name) const char *
+G_GNUC_DEPRECATED_FOR (gupnp_root_device_get_description_document_name) const char *
 gupnp_root_device_get_relative_location
                                   (GUPnPRootDevice      *root_device);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]