[gupnp/wip/phako/cleanup: 3/10] context-manager: Fix typo




commit 124247868f4d5a9e4622f55acacf9e5d503d8a64
Author: Jens Georg <mail jensge org>
Date:   Sat Jun 5 13:48:09 2021 +0200

    context-manager: Fix typo

 libgupnp/gupnp-context-manager.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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");
 


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