1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-01 04:14:16 -04:00

s/Splitted/Split/. Typo spotted by Gerfried Fuchs (Rhonda at IRCnet)

git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5083 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Alexander Færøy 2009-07-29 11:48:08 +00:00 committed by ahf
parent 03a695e487
commit ae656a49ba

View File

@ -32,7 +32,7 @@ FORMAT_REC fecommon_irc_formats[] = {
{ "netsplit_join", "{netjoin Netsplit} over, joins: $0", 1, { 0 } },
{ "netsplit_join_more", "{netjoin Netsplit} over, joins: $0 (+$1 more)", 2, { 0, 1 } },
{ "no_netsplits", "There are no net splits", 0 },
{ "netsplits_header", "%#Nick Channel Server Splitted server", 0 },
{ "netsplits_header", "%#Nick Channel Server Split server", 0 },
{ "netsplits_line", "%#$[9]0 $[10]1 $[20]2 $3", 4, { 0, 0, 0, 0 } },
{ "netsplits_footer", "", 0 },
{ "network_added", "Network $0 saved", 1, { 0 } },