summaryrefslogtreecommitdiff
path: root/toxdns/toxdns.h
diff options
context:
space:
mode:
authorcgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
committercgar <carlos@cgarcia.org>2014-09-09 20:31:37 -0400
commit2bb2bc4163a13253d51b7d11e4abbe62b07da526 (patch)
tree18f7566c886ae81f23b14a7449234d6aede24ba4 /toxdns/toxdns.h
parenta0302b7acaef47805f93718630e501acdd3a3d00 (diff)
spelling corrections
Diffstat (limited to 'toxdns/toxdns.h')
-rw-r--r--toxdns/toxdns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxdns/toxdns.h b/toxdns/toxdns.h
index a0cc323b..bbcbea80 100644
--- a/toxdns/toxdns.h
+++ b/toxdns/toxdns.h
@@ -61,7 +61,7 @@ void tox_dns3_kill(void *dns3_object);
61 * This is what the string returned looks like: 61 * This is what the string returned looks like:
62 * 4haaaaipr1o3mz0bxweox541airydbovqlbju51mb4p0ebxq.rlqdj4kkisbep2ks3fj2nvtmk4daduqiueabmexqva1jc 62 * 4haaaaipr1o3mz0bxweox541airydbovqlbju51mb4p0ebxq.rlqdj4kkisbep2ks3fj2nvtmk4daduqiueabmexqva1jc
63 * 63 *
64 * returns length of string on sucess. 64 * returns length of string on success.
65 * returns -1 on failure. 65 * returns -1 on failure.
66 */ 66 */
67int tox_generate_dns3_string(void *dns3_object, uint8_t *string, uint16_t string_max_len, uint32_t *request_id, 67int tox_generate_dns3_string(void *dns3_object, uint8_t *string, uint16_t string_max_len, uint32_t *request_id,