summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Tiemann <rtie@gmx.de>2021-09-02 11:34:39 +0200
committerRobert Tiemann <rtie@gmx.de>2021-09-02 11:34:39 +0200
commita5e1fa906d2042747618accaad0f6cb52cfb2eef (patch)
tree44b35272cdaa5dbe2be6d82b4977b100c5bde28c
parentace86669b8b52cff2db89ee10be6dc6272e4eccc (diff)
downloadgupnp-a5e1fa906d2042747618accaad0f6cb52cfb2eef.tar.gz
linux-cm: Fix typo
-rw-r--r--libgupnp/gupnp-linux-context-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgupnp/gupnp-linux-context-manager.c b/libgupnp/gupnp-linux-context-manager.c
index 7ad35d0..04a464a 100644
--- a/libgupnp/gupnp-linux-context-manager.c
+++ b/libgupnp/gupnp-linux-context-manager.c
@@ -818,7 +818,7 @@ receive_netlink_message (GUPnPLinuxContextManager *self, GError **error)
switch (header->nlmsg_type) {
/* RTM_NEWADDR and RTM_DELADDR are sent on real address
* changes.
- * RTM_NEWLINK is sent on varous occations:
+ * RTM_NEWLINK is sent on various occasions:
* - Creation of a new device
* - Device goes up/down
* - Wireless status changes