Explorar o código

wiki: Fix typo

Will Storey %!s(int64=8) %!d(string=hai) anos
pai
achega
57f95bf6d6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      wiki.tcl

+ 1 - 1
wiki.tcl

@@ -109,7 +109,7 @@ proc wiki::search {nick uhost hand chan argv} {
 
 	foreach line [wiki::split_line $wiki::max_chars [dict get $data result]] {
 		if {[incr count] > $wiki::max_lines} {
-			$wiki::output_cmd "PRIVMSG $chan :Output truncuated. [dict get $data url]"
+			$wiki::output_cmd "PRIVMSG $chan :Output truncated. [dict get $data url]"
 			break
 		}
 		$wiki::output_cmd "PRIVMSG $chan :$line"