diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 04:03:18 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2022-06-14 04:10:39 -0400 |
commit | 248f980a67ac721882465c48d60039ac70d3fa82 (patch) | |
tree | 02d853e6bd275b1351f09ad6827fb02bf7cbad95 /src/Selection.c | |
parent | 0f77f9f6a8974257a21e5fc0b8327b838c2a4849 (diff) |
codespell-fixes
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/Selection.c')
-rw-r--r-- | src/Selection.c | 2 |
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; } |