aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_list_tunnels.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/messenger/messenger_api_list_tunnels.h
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/messenger/messenger_api_list_tunnels.h')
-rw-r--r--src/messenger/messenger_api_list_tunnels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/messenger/messenger_api_list_tunnels.h b/src/messenger/messenger_api_list_tunnels.h
index bd0a42e41..c952da3c2 100644
--- a/src/messenger/messenger_api_list_tunnels.h
+++ b/src/messenger/messenger_api_list_tunnels.h
@@ -75,7 +75,7 @@ add_to_list_tunnels (struct GNUNET_MESSENGER_ListTunnels *tunnels, const struct
75 * 75 *
76 * If no matching element is found, NULL gets returned. 76 * If no matching element is found, NULL gets returned.
77 * 77 *
78 * If <i>index</i> is not NULL, <i>index</i> will be overriden with the numeric index of 78 * If <i>index</i> is not NULL, <i>index</i> will be overridden with the numeric index of
79 * the found element in the list. If no matching element is found, <i>index</i> will 79 * the found element in the list. If no matching element is found, <i>index</i> will
80 * contain the total amount of elements in the list. 80 * contain the total amount of elements in the list.
81 * 81 *