From 87e668a1977172479a14bf9cb5589b7c2867e704 Mon Sep 17 00:00:00 2001 From: Lubomir Sedlacik Date: Wed, 8 Sep 2004 00:11:56 +0000 Subject: [PATCH] Fix tyops. --- apps/irssi/src/fe-common/silc/module-formats.c | 2 +- doc/FAQ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/irssi/src/fe-common/silc/module-formats.c b/apps/irssi/src/fe-common/silc/module-formats.c index 85a24c4d..18921609 100644 --- a/apps/irssi/src/fe-common/silc/module-formats.c +++ b/apps/irssi/src/fe-common/silc/module-formats.c @@ -43,7 +43,7 @@ FORMAT_REC fecommon_silc_formats[] = { { "kicked", "{nick $0} has been kicked off channel {channel $1} by {nick $2} ($3)", 4, { 0, 0, 0, 0 } }, { "killed_you", "You have been killed from the SILC Network by {nick $0} ($1)", 2, { 0, 0 } }, { "killed", "{nick $0} has been killed from the SILC Network by {nick $1} ($2)", 3, { 0, 0, 0 } }, - { "quieted", "You have been queited and cannot talk on {channel $0}", 1, { 0 } }, + { "quieted", "You have been quieted and cannot talk on {channel $0}", 1, { 0 } }, { "appears", "{channick $0} now appears as {channick_hilight $1}", 4, { 0, 0, 0, 0 } }, { "pubmsg_hilight_signed", "{pubmsghinick_signed $0 $3 $1}$2", 4, { 0, 0, 0, 0 } }, { "pubmsg_hilight_unknown", "{pubmsghinick_unknown $0 $3 $1}$2", 4, { 0, 0, 0, 0 } }, diff --git a/doc/FAQ b/doc/FAQ index 9993c3f1..396daa4f 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -357,7 +357,7 @@ Q: Does SILC support moderated channels? A: Yes. Channel founder can moderate both normal users and channel operators so that they cannot talk on the channel. It is also possible - to queit one specific user on the channel if needed. + to quiet one specific user on the channel if needed. Q: What does the "watching" mean? A: You can set a "watch" list for yourself in the server. This means -- 2.24.0