summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2021-06-05 13:48:09 +0200
committerJens Georg <mail@jensge.org>2021-06-09 23:55:54 +0200
commit32fe58065870bc95a08bb250240267799b6c2481 (patch)
tree796e3ba04547fa633794c70648381b9934e666f6
parent3dcf6a90ce4ba4cc15b3030f615c0cfa56c4a4be (diff)
downloadgupnp-32fe58065870bc95a08bb250240267799b6c2481.tar.gz
context-manager: Fix typo
-rw-r--r--libgupnp/gupnp-context-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-context-manager.c b/libgupnp/gupnp-context-manager.c
index c6e34a0..2ad6a60 100644
--- a/libgupnp/gupnp-context-manager.c
+++ b/libgupnp/gupnp-context-manager.c
@@ -131,7 +131,7 @@ on_context_available (GUPnPContextManager *manager,
if (!gupnp_white_list_is_empty (white_list) &&
gupnp_white_list_get_enabled (white_list) &&
!gupnp_white_list_check_context (white_list, context)) {
- /* If the conext doesn't match, block the notification
+ /* If the context doesn't match, block the notification
* and disable the context */
g_signal_stop_emission_by_name (manager, "context-available");