summaryrefslogtreecommitdiff
path: root/stun
diff options
context:
space:
mode:
authorJakub Adam <jakub.adam@collabora.com>2019-01-14 19:03:38 +0100
committerJakub Adam <jakub.adam@collabora.com>2019-01-14 19:13:12 +0100
commitd15db0810b5ef644c8078baec12f95738f59ba9b (patch)
treeda19a8afeaf7c8a323aaa441d7d8825091703a97 /stun
parent6b1eec0630516698ac9cd3343ef7eb8515fee231 (diff)
downloadlibnice-d15db0810b5ef644c8078baec12f95738f59ba9b.tar.gz
agent: Fix spelling
Errors reported by lintian -EvIL -pedantic.
Diffstat (limited to 'stun')
-rw-r--r--stun/usages/ice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stun/usages/ice.h b/stun/usages/ice.h
index f74caa7..561a0ce 100644
--- a/stun/usages/ice.h
+++ b/stun/usages/ice.h
@@ -168,7 +168,7 @@ stun_usage_ice_conncheck_create (StunAgent *agent, StunMessage *msg,
* @compatibility: The compatibility mode to use for processing the conncheck
* response
*
- * Process an ICE connectivity check STUN message and retreive the
+ * Process an ICE connectivity check STUN message and retrieve the
* mapped address from the message
* <para> See also stun_usage_ice_conncheck_priority() and
* stun_usage_ice_conncheck_use_candidate() </para>