From: Paul Eggert Date: Wed, 5 Feb 2014 18:27:11 +0000 (-0800) Subject: Spelling fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=658272052d53ac372e8ff7434271b7a68cdb3af6;p=emacs.git Spelling fix. --- 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