[MPlayer-cvslog] r37389 - in trunk: DOCS/man/en/mplayer.1 gui/wm/wsxdnd.c

ib subversion at mplayerhq.hu
Sat Apr 18 10:56:37 CEST 2015


Author: ib
Date: Fri Apr 17 19:50:39 2015
New Revision: 37389

Log:
Fix spelling errors uncovered by Lintian.

Reported by Robbie Harwood, rharwood club.cc.cmu edu.

Modified:
   trunk/gui/wm/wsxdnd.c

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/man/en/mplayer.1

Modified: trunk/gui/wm/wsxdnd.c
==============================================================================
--- trunk/gui/wm/wsxdnd.c	Wed Apr 15 23:56:20 2015	(r37388)
+++ trunk/gui/wm/wsxdnd.c	Fri Apr 17 19:50:39 2015	(r37389)
@@ -217,7 +217,7 @@ wsXDNDProcessClientMessage(XClientMessag
 
   if (event->message_type == XA_XdndDrop) {
     if ((Window) event->data.l[0] != XGetSelectionOwner(wsDisplay, XA_XdndSelection)){
-      puts("Wierd selection owner... QT?");
+      puts("Weird selection owner... QT?");
     }
     if (atom_support != None) {
       XConvertSelection(wsDisplay, XA_XdndSelection, atom_support,


More information about the MPlayer-cvslog mailing list