]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorPavel Janík <Pavel@Janik.cz>
Sun, 2 Dec 2001 13:13:01 +0000 (13:13 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 2 Dec 2001 13:13:01 +0000 (13:13 +0000)
src/xterm.c

index 5bc42fb61b3c9b2c179c07a90ff33c92e8d87616..13bc4d3a19cf2f9b7973adcf1767153b2da4ce10 100644 (file)
@@ -7318,7 +7318,7 @@ x_tool_bar_item (f, x, y, glyph, hpos, vpos, prop_idx)
 
 
 /* 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 @@ XTread_socket (sd, bufp, numchars, expected)
                     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;