From a46a9d587a9cfa5dc30e5e7fbc436800b4161029 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 5 Feb 2022 00:23:53 +0000 Subject: [PATCH] fix typo --- integration-tests/README.md | 2 +- lib/taskchampion.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/README.md b/integration-tests/README.md index b0a94d050..cbec3515a 100644 --- a/integration-tests/README.md +++ b/integration-tests/README.md @@ -26,5 +26,5 @@ Keep the `RUN_TEST`s in the same order as the functions they call. To add a suite, -1. Add a new C file in `integration-tests/src/bindings_tests/`, based off of one of hte others. +1. Add a new C file in `integration-tests/src/bindings_tests/`, based off of one of the others. 1. Add a the suite name to `suites` in `integration-tests/build.rs`. diff --git a/lib/taskchampion.h b/lib/taskchampion.h index 854119bcc..c001538a6 100644 --- a/lib/taskchampion.h +++ b/lib/taskchampion.h @@ -107,7 +107,7 @@ typedef struct TCTags { */ size_t num_tags; /** - * total size of tags (internal use only; do not change) + * total size of tags (internal use only) */ size_t _capacity; } TCTags;