summaryrefslogtreecommitdiff
path: root/pjsip/include
diff options
context:
space:
mode:
authorRiza Sulistyo <riza@teluu.com>2016-05-09 06:58:29 +0000
committerRiza Sulistyo <riza@teluu.com>2016-05-09 06:58:29 +0000
commite9d24a4e803c08ec00e4c1cd46bc8234aa888531 (patch)
treef275c22c9f7b9d40f4ccece1560a5bf5c00f69ab /pjsip/include
parentbd669b9c601fa8c18e7fbfb6789d6135f1b4224b (diff)
Fixed #1914: Ignore STUN error after pjstun_get_mapped_addr2().
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5283 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjsip/include')
-rw-r--r--pjsip/include/pjsua-lib/pjsua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pjsip/include/pjsua-lib/pjsua.h b/pjsip/include/pjsua-lib/pjsua.h
index 4887a97e..769cb4b3 100644
--- a/pjsip/include/pjsua-lib/pjsua.h
+++ b/pjsip/include/pjsua-lib/pjsua.h
@@ -1577,7 +1577,7 @@ typedef struct pjsua_config
pj_str_t stun_srv[8];
/**
- * This specifies if the library startup should ignore failure with the
+ * This specifies if the library should ignore failure with the
* STUN servers. If this is set to PJ_FALSE, the library will refuse to
* start if it fails to resolve or contact any of the STUN servers.
*