aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPavel Janík2001-12-02 13:13:01 +0000
committerPavel Janík2001-12-02 13:13:01 +0000
commit6c4a22e6a88d26011875e50eed0111791b3034d4 (patch)
treeb7a6851800f254d1575a373035897082856e8de2 /src
parent4a3cf58db0924327c6aff4bf37e11f80ebdc8990 (diff)
downloademacs-6c4a22e6a88d26011875e50eed0111791b3034d4.tar.gz
emacs-6c4a22e6a88d26011875e50eed0111791b3034d4.zip
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 5bc42fb61b3..13bc4d3a19c 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -7318,7 +7318,7 @@ x_tool_bar_item (f, x, y, glyph, hpos, vpos, prop_idx)
7318 7318
7319 7319
7320/* Handle mouse button event on the tool-bar of frame F, at 7320/* Handle mouse button event on the tool-bar of frame F, at
7321 frame-relative coordinates X/Y. EVENT_TYPE is either ButtionPress 7321 frame-relative coordinates X/Y. EVENT_TYPE is either ButtonPress
7322 or ButtonRelase. */ 7322 or ButtonRelase. */
7323 7323
7324static void 7324static void
@@ -10408,7 +10408,7 @@ XTread_socket (sd, bufp, numchars, expected)
10408 status_return even if the input is too long to 10408 status_return even if the input is too long to
10409 fit in 81 bytes. So, we must prepare sufficient 10409 fit in 81 bytes. So, we must prepare sufficient
10410 bytes for copy_buffer. 513 bytes (256 chars for 10410 bytes for copy_buffer. 513 bytes (256 chars for
10411 two-byte character set) seems to be a faily good 10411 two-byte character set) seems to be a fairly good
10412 approximation. -- 2000.8.10 handa@etl.go.jp */ 10412 approximation. -- 2000.8.10 handa@etl.go.jp */
10413 unsigned char copy_buffer[513]; 10413 unsigned char copy_buffer[513];
10414 unsigned char *copy_bufptr = copy_buffer; 10414 unsigned char *copy_bufptr = copy_buffer;