aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2012-08-26 03:29:37 -0700
committerPaul Eggert <[email protected]>2012-08-26 03:29:37 -0700
commit8b2e00a3297607e38e2be686bd2c7cab28f082d1 (patch)
treeea398fbd26d878ae1f556432267b88353f4c29bd /src
parent6bd1cda51b4818304b818cbd2ad7d2c0459f246b (diff)
Spelling fixes.
* Makefile.in (.PHONY): versioclean -> versionclean.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/Makefile.in2
-rw-r--r--src/w32.c4
-rw-r--r--src/xdisp.c2
4 files changed, 7 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 21aec9cb3c..550d2774ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
2012-08-26 Paul Eggert <[email protected]>
+ Spelling fixes.
+ * Makefile.in (.PHONY): versioclean -> versionclean.
+
Remove unused external symbols.
* data.c (Qcons, Qfloat, Qmisc, Qstring, Qvector):
* window.c (Qwindow_valid_p, decode_valid_window):
diff --git a/src/Makefile.in b/src/Makefile.in
index 8564522205..60df1f1c67 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -502,7 +502,7 @@ doc.o: buildobj.h
@ns_frag@
.PHONY: mostlyclean clean bootstrap-clean distclean maintainer-clean
-.PHONY: versioclean extraclean frc
+.PHONY: versionclean extraclean frc
mostlyclean:
rm -f temacs$(EXEEXT) core *.core \#* *.o libXMenu11.a liblw.a
diff --git a/src/w32.c b/src/w32.c
index b460660cb8..84a46e522b 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -4098,7 +4098,7 @@ symlink (char const *filename, char const *linkname)
dir_access = sys_access (filename, D_OK);
/* Since Windows distinguishes between symlinks to directories and
- to files, we provide a kludgey feature: if FILENAME doesn't
+ to files, we provide a kludgy feature: if FILENAME doesn't
exist, but ends in a slash, we create a symlink to directory. If
FILENAME exists and is a directory, we always create a symlink to
directory. */
@@ -4165,7 +4165,7 @@ symlink (char const *filename, char const *linkname)
whether the underlying volume actually supports symlinks, by
testing the FILE_SUPPORTS_REPARSE_POINTS bit in volume's flags, and
avoid the call to this function if it doesn't. That's because the
- call to GetFileAttributes takes a non-negligible time, expecially
+ call to GetFileAttributes takes a non-negligible time, especially
on non-local or removable filesystems. See stat_worker for an
example of how to do that. */
static int
diff --git a/src/xdisp.c b/src/xdisp.c
index f5edb4b16f..18e537e938 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -2420,7 +2420,7 @@ remember_mouse_glyph (struct frame *f, int gx, int gy, NativeRectangle *rect)
static Lisp_Object
safe_eval_handler (Lisp_Object arg, ptrdiff_t nargs, Lisp_Object *args)
{
- add_to_log ("Error during redisplay: %S signalled %S",
+ add_to_log ("Error during redisplay: %S signaled %S",
Flist (nargs, args), arg);
return Qnil;
}