aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2012-10-31 12:23:06 -0700
committerPaul Eggert2012-10-31 12:23:06 -0700
commit5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e (patch)
tree89d38a3730a42e95937460717f72f248a708047e /src
parent322aea6ddf7ec7fd71410d98ec1de69f219aff3e (diff)
downloademacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.tar.gz
emacs-5c6ce1c7d035ad412e9bdec6cf385c06ffd5680e.zip
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/w32proc.c2
-rw-r--r--src/xterm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index d45d9879a24..a0ff96e593c 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -519,7 +519,7 @@ term_timers (void)
519void 519void
520init_timers (void) 520init_timers (void)
521{ 521{
522 /* GetThreadTimes is not avaiulable on all versions of Windows, so 522 /* GetThreadTimes is not available on all versions of Windows, so
523 need to probe for its availability dynamically, and call it 523 need to probe for its availability dynamically, and call it
524 through a pointer. */ 524 through a pointer. */
525 s_pfn_Get_Thread_Times = NULL; /* in case dumped Emacs comes with a value */ 525 s_pfn_Get_Thread_Times = NULL; /* in case dumped Emacs comes with a value */
diff --git a/src/xterm.c b/src/xterm.c
index 8b005873f4d..f8420d13a32 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3448,7 +3448,7 @@ x_focus_changed (int type, int state, struct x_display_info *dpyinfo, struct fra
3448 3448
3449 /* Don't stop displaying the initial startup message 3449 /* Don't stop displaying the initial startup message
3450 for a switch-frame event we don't need. */ 3450 for a switch-frame event we don't need. */
3451 /* When run as a deamon, Vterminal_frame is always NIL. */ 3451 /* When run as a daemon, Vterminal_frame is always NIL. */
3452 if ((NILP (Vterminal_frame) || EQ (Fdaemonp(), Qt)) 3452 if ((NILP (Vterminal_frame) || EQ (Fdaemonp(), Qt))
3453 && CONSP (Vframe_list) 3453 && CONSP (Vframe_list)
3454 && !NILP (XCDR (Vframe_list))) 3454 && !NILP (XCDR (Vframe_list)))