summaryrefslogtreecommitdiff
path: root/src/gui_beval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_beval.c')
-rw-r--r--src/gui_beval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_beval.c b/src/gui_beval.c
index 84d6acded..fe930f3fa 100644
--- a/src/gui_beval.c
+++ b/src/gui_beval.c
@@ -726,7 +726,7 @@ pointerEvent(beval, event)
BalloonEval *beval;
XEvent *event;
{
- Position distance; /* a measure of how much the ponter moved */
+ Position distance; /* a measure of how much the pointer moved */
Position delta; /* used to compute distance */
switch (event->type)