File: fix_pod_misspelling.patch

package info (click to toggle)
libirc-utils-perl 0.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 188 kB
  • sloc: perl: 494; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: fix a spelling mistake
Origin: vendor
Forwarded: no
Author: Jotam Jr. Trejo <jotamjr@debian.org.sv>
Last-Update: 2011-06-12

--- a/lib/IRC/Utils.pm
+++ b/lib/IRC/Utils.pm
@@ -769,7 +769,7 @@
  sub message_handler {
      my ($nick, $channel, $message) = @_;
 
-     # not wise, $message is a byte string of unkown encoding
+     # not wise, $message is a byte string of unknown encoding
      print $message, "\n";
 
      $message = decode_irc($what);