mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix some typos in code and cmake comments
This commit is contained in:
parent
2fbed5b4c5
commit
449c3f12cc
|
@ -331,7 +331,7 @@
|
||||||
|
|
||||||
### Merged PRs:
|
### Merged PRs:
|
||||||
|
|
||||||
- [#207](https://github.com/TokTok/c-toxcore/pull/207) docs: correct instructions for cloning & harden agains repo name changes
|
- [#207](https://github.com/TokTok/c-toxcore/pull/207) docs: correct instructions for cloning & harden against repo name changes
|
||||||
- [#206](https://github.com/TokTok/c-toxcore/pull/206) Corrected libsodium tag
|
- [#206](https://github.com/TokTok/c-toxcore/pull/206) Corrected libsodium tag
|
||||||
- [#204](https://github.com/TokTok/c-toxcore/pull/204) Error if format_test can't be executed.
|
- [#204](https://github.com/TokTok/c-toxcore/pull/204) Error if format_test can't be executed.
|
||||||
- [#202](https://github.com/TokTok/c-toxcore/pull/202) Version Patch v0.0.2
|
- [#202](https://github.com/TokTok/c-toxcore/pull/202) Version Patch v0.0.2
|
||||||
|
|
|
@ -90,7 +90,7 @@ group_test_restart:
|
||||||
int test_run = 0;
|
int test_run = 0;
|
||||||
long long unsigned int cur_time = time(NULL);
|
long long unsigned int cur_time = time(NULL);
|
||||||
struct Tox_Options *opts = tox_options_new(NULL);
|
struct Tox_Options *opts = tox_options_new(NULL);
|
||||||
/* FIXME: Currenly here is problems with IPv6 */
|
/* FIXME: Currently here is problems with IPv6 */
|
||||||
tox_options_set_ipv6_enabled(opts, false);
|
tox_options_set_ipv6_enabled(opts, false);
|
||||||
|
|
||||||
for (i = 0; i < NUM_GROUP_TOX; ++i) {
|
for (i = 0; i < NUM_GROUP_TOX; ++i) {
|
||||||
|
|
|
@ -142,7 +142,7 @@ function(target_link_modules target)
|
||||||
# If it's neither, then it's an executable.
|
# If it's neither, then it's an executable.
|
||||||
if(NOT _targets)
|
if(NOT _targets)
|
||||||
set(_targets ${_targets} ${target})
|
set(_targets ${_targets} ${target})
|
||||||
# Executables preferrably link against static libraries, so they are
|
# Executables preferably link against static libraries, so they are
|
||||||
# standalone and can be shipped without any external dependencies. As a
|
# standalone and can be shipped without any external dependencies. As a
|
||||||
# frame of reference: nTox becomes an 1.3M binary instead of 139K on x86_64
|
# frame of reference: nTox becomes an 1.3M binary instead of 139K on x86_64
|
||||||
# Linux.
|
# Linux.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user