From eb8c3be94e12644f506b8857e49ffef88046bb0b Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 Jun 1993 11:59:12 +0000 Subject: Apply typo patches from Paul Eggert. --- src/sunfns.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sunfns.c') diff --git a/src/sunfns.c b/src/sunfns.c index 5fcf6f6cf0..45c0d6deb9 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -85,7 +85,7 @@ static mpr_static(ArrowCursorMpr, 16, 16, 1, ArrowCursorData); struct cursor DefaultCursor = {15, 0, PIX_SRC ^ PIX_DST, &ArrowCursorMpr}; #else -/* The default left-arror cursor, with XOR drawing. */ +/* The default left-arrow cursor, with XOR drawing. */ static short ArrowCursorData[16] = { 0x8000,0xC000,0xE000,0xF000,0xF800,0xFC00,0xFE00,0xF000, 0xD800,0x9800,0x0C00,0x0C00,0x0600,0x0600,0x0300,0x0300}; @@ -291,7 +291,7 @@ sel_read (sel, file) return(-1); } /* - * The shelltool select saves newlines as carrige returns, + * The shelltool select saves newlines as carriage returns, * but emacs wants newlines. */ for (i = 0; i < n; i++) -- cgit v1.2.3