diff options
Diffstat (limited to 'protocols/Tox/libtox/src/toxcore/group_announce.h')
-rw-r--r-- | protocols/Tox/libtox/src/toxcore/group_announce.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/libtox/src/toxcore/group_announce.h b/protocols/Tox/libtox/src/toxcore/group_announce.h index 11bba7d530..801363d6b2 100644 --- a/protocols/Tox/libtox/src/toxcore/group_announce.h +++ b/protocols/Tox/libtox/src/toxcore/group_announce.h @@ -20,7 +20,7 @@ extern "C" { /* The maximum number of announces to save for a particular group chat. */ #define GCA_MAX_SAVED_ANNOUNCES_PER_GC 16 -/* Maximum number of TCP relays that can be in an annoucne. */ +/* Maximum number of TCP relays that can be in an announce. */ #define GCA_MAX_ANNOUNCED_TCP_RELAYS 1 /* Maximum number of announces we can send in an announce response. */ |