From e3ac128172da6ced7930b8c99d7bf1f2da19cac2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 2 Jul 2012 01:00:05 -0700 Subject: Spelling fixes. --- src/dosfns.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dosfns.c') diff --git a/src/dosfns.c b/src/dosfns.c index 0561a941162..e87b63cf8da 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -23,7 +23,7 @@ along with GNU Emacs. If not, see . */ /* The entire file is within this conditional */ #include -/* gettine and settime in dos.h clash with their namesakes from +/* gettime and settime in dos.h clash with their namesakes from gnulib, so we move out of our way the prototypes in dos.h. */ #define gettime dos_h_gettime_ #define settime dos_h_settime_ @@ -770,4 +770,3 @@ If zero, the decimal point key returns the country code specific value. */); dos_decimal_point = 0; } #endif /* MSDOS */ - -- cgit v1.2.3