summaryrefslogtreecommitdiffstats
path: root/krfb/libvncserver/vncev.c
diff options
context:
space:
mode:
Diffstat (limited to 'krfb/libvncserver/vncev.c')
-rw-r--r--krfb/libvncserver/vncev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/krfb/libvncserver/vncev.c b/krfb/libvncserver/vncev.c
index e2d9bf99..ba00f9c8 100644
--- a/krfb/libvncserver/vncev.c
+++ b/krfb/libvncserver/vncev.c
@@ -78,7 +78,7 @@ void doptr(int buttonMask,int x,int y,rfbClientPtr cl)
{
char buffer[1024];
if(buttonMask) {
- sprintf(buffer,"Ptr: mouse button tqmask 0x%x at %d,%d",buttonMask,x,y);
+ sprintf(buffer,"Ptr: mouse button mask 0x%x at %d,%d",buttonMask,x,y);
output(cl->screen,buffer);
}