repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 3b9c0ab692c701acc4f45622925be737f0fea84f:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 3b9c0ab692c701acc4f45622925be737f0fea84f
Author: Emanuele Giaquinta 
Date:   Thu Jun 21 06:08:05 2012 +0000

    Fix typos.

diff --git a/src/urxvt.pm b/src/urxvt.pm
index 65e8f998f34716568e8360e7ba441e51830583e0..
index ..9f7c3a6c2943e18d0789b7229a4340ba73c2ae23 100644
--- a/src/urxvt.pm
+++ b/src/urxvt.pm
@@ -120,7 +120,7 @@ Dynamically enable the given hooks (named without the C prefix) for
 this extension, replacing any previous hook. This is useful when you want
 to overwrite time-critical hooks only temporarily.

-To install additional callbacks for the same hook, you cna use the C
+To install additional callbacks for the same hook, you can use the C
 method of the C class.

 =item $self->disable ($hook_name[, $hook_name..])
@@ -1074,11 +1074,11 @@ watchers (timers, io watchers) are still active.
 =item $guard = $self->on ($hook_name => $cb[, $hook_name => $cb..])

 Similar to the extension method C, but installs additional
-callbacks for the givne hook(s) (existing ones are not replaced), and
+callbacks for the given hook(s) (existing ones are not replaced), and
 returns a guard object. When the guard object is destroyed the callbacks
 are disabled again.

-Note that these callbacks receive the normal paramaters, but the first
+Note that these callbacks receive the normal parameters, but the first
 argument (normally the extension) is currently undefined.

 =cut

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