summaryrefslogtreecommitdiff
path: root/src/Selection.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/Selection.c
parent0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff)
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Selection.c')
-rw-r--r--src/Selection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Selection.c b/src/Selection.c
index f5df019..a38d5c3 100644
--- a/src/Selection.c
+++ b/src/Selection.c
@@ -979,7 +979,7 @@ OwnSelection(Widget widget,
XtAddCallback(widget, XtNdestroyCallback,
WidgetDestroyed, (XtPointer) ctx);
}
- ctx->widget = widget; /* Selection offically changes hands. */
+ ctx->widget = widget; /* Selection officially changes hands. */
ctx->time = time;
ctx->serial = serial;
}