repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: ae601691ca3ce45f66be7a1ac221f8a186d34e3c:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit ae601691ca3ce45f66be7a1ac221f8a186d34e3c
Author: Emanuele Giaquinta 
Date:   Fri Jul 23 17:50:41 2010 +0000

    Fix typos.

diff --git a/src/urxvt.pm b/src/urxvt.pm
index e1401f0e48143b3346a238eb7eb964ec31ee1a23..
index ..b142df657b81d46367048ca218a671dcdfcb109c 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -646,7 +646,7 @@ resource in the @@RXVT_NAME@@(1) manpage).
 The event is simply the action string. This interface is assumed to change
 slightly in the future.

-=item on_resize_all_windows $tern, $new_width, $new_height
+=item on_resize_all_windows $term, $new_width, $new_height

 Called just after the new window size has been calculated, but before
 windows are actually being resized or hints are being set. If this hook
@@ -1547,7 +1547,7 @@ locale-specific encoding of the terminal and can contain command sequences

 =item $term->tt_write ($octets)

-Write the octets given in C<$data> to the tty (i.e. as program input). To
+Write the octets given in C<$octets> to the tty (i.e. as program input). To
 pass characters instead of octets, you should convert your strings first
 to the locale-specific encoding using C<< $term->locale_encode >>.

-----END OF PAGE-----