summaryrefslogtreecommitdiff
path: root/src/ChangeLog.13
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-17 09:31:46 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-17 09:34:24 +0100
commit93036209fae87dc620b27b2ce2e0146e6252113c (patch)
tree34552a98807db1f69c0bddf1be920fea619981c0 /src/ChangeLog.13
parent32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff)
downloademacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz
; Fix typos (duplicate words)
Diffstat (limited to 'src/ChangeLog.13')
-rw-r--r--src/ChangeLog.136
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.13 b/src/ChangeLog.13
index 6eb54dfb2cf..d832ab9112c 100644
--- a/src/ChangeLog.13
+++ b/src/ChangeLog.13
@@ -1459,11 +1459,11 @@
(frame_default_tool_bar_height): Extern.
* gtkutil.c (xg_frame_set_char_size): Pass Qxg_frame_set_char_size
to adjust_frame_size.
- * nsfns.m (Fx_create_frame): Pass Pass Qx_create_frame_1 and
+ * nsfns.m (Fx_create_frame): Pass Qx_create_frame_1 and
Qx_create_frame_2 to adjust_frame_size.
* w32fns.c (x_change_tool_bar_height): Call adjust_frame_size with
inhibit 1 when we have not redisplayed the tool bar yet.
- (Fx_create_frame): Pass Pass Qx_create_frame_1 and
+ (Fx_create_frame): Pass Qx_create_frame_1 and
Qx_create_frame_2 to adjust_frame_size.
* w32menu.c (set_frame_menubar): Simplify adjust_frame_size
call.
@@ -1476,7 +1476,7 @@
frame size accordingly.
* xfns.c (x_change_tool_bar_height): Call adjust_frame_size with
inhibit 1 when we have not redisplayed the tool bar yet.
- (Fx_create_frame): Pass Pass Qx_create_frame_1 and
+ (Fx_create_frame): Pass Qx_create_frame_1 and
Qx_create_frame_2 to adjust_frame_size.
2015-01-12 Paul Eggert <eggert@cs.ucla.edu>