summaryrefslogtreecommitdiff
path: root/toxcore
diff options
context:
space:
mode:
authorTux3 / Mlkj / !Lev.uXFMLA <barrdetwix@gmail.com>2014-10-27 22:52:03 +0100
committerTux3 / Mlkj / !Lev.uXFMLA <barrdetwix@gmail.com>2014-10-27 22:52:03 +0100
commit854142dd8db077487483b42d316f866c0d5e3fee (patch)
tree06fc47d437970db9b1eaf349e8dfc7ea110f6d92 /toxcore
parentea4320733f62c7b3ccc34edde6fc95043bb2d663 (diff)
Fix typo: romdom->random
Diffstat (limited to 'toxcore')
-rw-r--r--toxcore/onion_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/onion_client.c b/toxcore/onion_client.c
index 59190180..11858d4c 100644
--- a/toxcore/onion_client.c
+++ b/toxcore/onion_client.c
@@ -149,7 +149,7 @@ static int is_path_used(const Onion_Client_Paths *onion_paths, const Node_format
149} 149}
150 150
151/* Create a new path or use an old suitable one (if pathnum is valid) 151/* Create a new path or use an old suitable one (if pathnum is valid)
152 * or a rondom one from onion_paths. 152 * or a random one from onion_paths.
153 * 153 *
154 * return -1 on failure 154 * return -1 on failure
155 * return 0 on success 155 * return 0 on success