summaryrefslogtreecommitdiff
path: root/src/Selection.c
diff options
context:
space:
mode:
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;
}