summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-12-30 11:44:10 +0100
committerJens Georg <mail@jensge.org>2021-12-30 11:44:10 +0100
commitbcebd75665e19e2415e1da30315160a0eadc6c71 (patch)
treec645a19f8aaf6ba6fab2b6d2d1ec1365b57de423
parent5002436bbf121e00741f88b9749151eecea0ea50 (diff)
downloadgupnp-bcebd75665e19e2415e1da30315160a0eadc6c71.tar.gz
RootDevice: Fix typo from previous commit
-rw-r--r--libgupnp/gupnp-root-device.h4
1 files 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);