changeset 41788:ff4fb83e4986

Fix typos.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 02 Dec 2001 13:13:01 +0000
parents d782e4b0dfa0
children d4d4356bdaa1
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Sun Dec 02 09:42:43 2001 +0000
+++ b/src/xterm.c	Sun Dec 02 13:13:01 2001 +0000
@@ -7318,7 +7318,7 @@
 
 
 /* Handle mouse button event on the tool-bar of frame F, at
-   frame-relative coordinates X/Y.  EVENT_TYPE is either ButtionPress
+   frame-relative coordinates X/Y.  EVENT_TYPE is either ButtonPress
    or ButtonRelase.  */
 
 static void
@@ -10408,7 +10408,7 @@
 		     status_return even if the input is too long to
 		     fit in 81 bytes.  So, we must prepare sufficient
 		     bytes for copy_buffer.  513 bytes (256 chars for
-		     two-byte character set) seems to be a faily good
+		     two-byte character set) seems to be a fairly good
 		     approximation.  -- 2000.8.10 handa@etl.go.jp  */
 		  unsigned char copy_buffer[513];
 		  unsigned char *copy_bufptr = copy_buffer;