diff libfdcore/peers.c @ 1395:603a72c4bf6c

peers.c: fix typo in comment
author Thomas Klausner <tk@giga.or.at>
date Fri, 15 Nov 2019 11:33:48 +0100
parents 8f9684264fe0
children 566bb46cc73f
line wrap: on
line diff
--- a/libfdcore/peers.c	Fri Nov 15 11:33:04 2019 +0100
+++ b/libfdcore/peers.c	Fri Nov 15 11:33:48 2019 +0100
@@ -40,7 +40,7 @@
 pthread_rwlock_t fd_g_peers_rw = PTHREAD_RWLOCK_INITIALIZER;
 
 /* List of active peers */
-struct fd_list   fd_g_activ_peers = FD_LIST_INITIALIZER(fd_g_activ_peers);	/* peers linked by their p_actives oredered by p_diamid */
+struct fd_list   fd_g_activ_peers = FD_LIST_INITIALIZER(fd_g_activ_peers);	/* peers linked by their p_actives ordered by p_diamid */
 pthread_rwlock_t fd_g_activ_peers_rw = PTHREAD_RWLOCK_INITIALIZER;
 
 /* List of validation callbacks (registered with fd_peer_validate_register) */
"Welcome to our mercurial repository"