From 449c3f12cc7d2fb0743c35b8af44b86217855f2f Mon Sep 17 00:00:00 2001 From: yangfl Date: Thu, 11 Jan 2018 13:38:48 +0800 Subject: Fix some typos in code and cmake comments --- CHANGELOG.md | 2 +- auto_tests/conference_test.c | 2 +- cmake/ModulePackage.cmake | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f43341..9a975044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -331,7 +331,7 @@ ### 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 - [#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 diff --git a/auto_tests/conference_test.c b/auto_tests/conference_test.c index 46b58224..150236b3 100644 --- a/auto_tests/conference_test.c +++ b/auto_tests/conference_test.c @@ -90,7 +90,7 @@ group_test_restart: int test_run = 0; long long unsigned int cur_time = time(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); for (i = 0; i < NUM_GROUP_TOX; ++i) { diff --git a/cmake/ModulePackage.cmake b/cmake/ModulePackage.cmake index d51607df..c38e7de0 100644 --- a/cmake/ModulePackage.cmake +++ b/cmake/ModulePackage.cmake @@ -142,7 +142,7 @@ function(target_link_modules target) # If it's neither, then it's an executable. if(NOT _targets) 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 # frame of reference: nTox becomes an 1.3M binary instead of 139K on x86_64 # Linux. -- cgit v1.2.3