diff --git a/platforms/unix/vm-display-X11/sqUnixXdnd.c b/platforms/unix/vm-display-X11/sqUnixXdnd.c index 6a0d366dd3..7b44fe7e79 100644 --- a/platforms/unix/vm-display-X11/sqUnixXdnd.c +++ b/platforms/unix/vm-display-X11/sqUnixXdnd.c @@ -880,7 +880,7 @@ static void dndGetSelection(Window owner, Atom property) } -/* SelectionNotify wíll be received as an answer of an XConvertSelection request sent by us. */ +/* SelectionNotify will be received as an answer of an XConvertSelection request sent by us. */ static enum XdndState dndInSelectionNotify(enum XdndState state, XSelectionEvent *evt) { fdebugf((stderr, "Receive SelectionNotify (input)\n"));