diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-02 01:00:05 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-07-02 01:00:05 -0700 |
commit | e3ac128172da6ced7930b8c99d7bf1f2da19cac2 (patch) | |
tree | 6a875ae0dfb2987b7b25fd815ed5ff2e66e58878 /src/dosfns.c | |
parent | 3b3e4caca71abc2df49f95090aaccb96cbb75a41 (diff) | |
download | emacs-e3ac128172da6ced7930b8c99d7bf1f2da19cac2.tar.gz emacs-e3ac128172da6ced7930b8c99d7bf1f2da19cac2.tar.bz2 emacs-e3ac128172da6ced7930b8c99d7bf1f2da19cac2.zip |
Spelling fixes.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 3 |
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */ /* The entire file is within this conditional */ #include <stdio.h> -/* 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 */ - |