Explorar el Código

wiki: Fix typo

Will Storey hace 8 años
padre
commit
57f95bf6d6
Se han modificado 1 ficheros con 1 adiciones y 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"