From 658272052d53ac372e8ff7434271b7a68cdb3af6 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 5 Feb 2014 10:27:11 -0800 Subject: [PATCH] Spelling fix. --- src/xdisp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdisp.c b/src/xdisp.c index f9c1b4d1bf0..755c061c43e 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -28572,7 +28572,7 @@ note_mouse_highlight (struct frame *f, int x, int y) if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN) { cursor = FRAME_X_OUTPUT (f)->nontext_cursor; - /* Sho non-text cursor (Bug#16647). */ + /* Show non-text cursor (Bug#16647). */ goto set_cursor; } else -- 2.11.4.GIT