summaryrefslogtreecommitdiff
path: root/src/TMstate.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:03:18 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2022-06-14 04:10:39 -0400
commit248f980a67ac721882465c48d60039ac70d3fa82 (patch)
tree02d853e6bd275b1351f09ad6827fb02bf7cbad95 /src/TMstate.c
parent0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff)
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/TMstate.c')
-rw-r--r--src/TMstate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TMstate.c b/src/TMstate.c
index 897d535..8c7854d 100644
--- a/src/TMstate.c
+++ b/src/TMstate.c
@@ -2036,7 +2036,7 @@ ComposeTranslations(Widget dest,
* If a GetValues is done on a translation resource that contains
* accelerators we need to return the accelerator context in addition
* to the pure translations. Since this means returning memory that
- * the client controlls but we still own, we will track the "headers"
+ * the client controls but we still own, we will track the "headers"
* that we return (via a linked list pointed to from the bindData) and
* free it at destroy time.
*/