Fix a couple typos.
automaticlly → automatically completly → completely permissable → permissible redunant → redundant threshhold → threshold
This commit is contained in:
parent
0df422f5b0
commit
7372db99f2
2 changed files with 6 additions and 6 deletions
|
@ -807,7 +807,7 @@ table_has_rows(const char *dbtab)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* completly wipes out an existing ban.db of all entries.
|
* completely wipes out an existing ban.db of all entries.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
wipe_schema(void)
|
wipe_schema(void)
|
||||||
|
@ -880,15 +880,15 @@ print_help(int i_exit)
|
||||||
fprintf(stderr, " -s : Reclaim empty slack space the database may be taking up.\n");
|
fprintf(stderr, " -s : Reclaim empty slack space the database may be taking up.\n");
|
||||||
fprintf(stderr, " -u : Update the database tables to support any new features.\n");
|
fprintf(stderr, " -u : Update the database tables to support any new features.\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
" This is automaticlly done if you are importing or exporting\n");
|
" This is automatically done if you are importing or exporting\n");
|
||||||
fprintf(stderr, " but should be run whenever you upgrade the ircd.\n");
|
fprintf(stderr, " but should be run whenever you upgrade the ircd.\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
" -p : pretend, checks for the configs, and parses them, then tells you some data...\n");
|
" -p : pretend, checks for the configs, and parses them, then tells you some data...\n");
|
||||||
fprintf(stderr, " but does not touch your database.\n");
|
fprintf(stderr, " but does not touch your database.\n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
" -v : Be verbose... and it *is* very verbose! (intended for debugging)\n");
|
" -v : Be verbose... and it *is* very verbose! (intended for debugging)\n");
|
||||||
fprintf(stderr, " -d : Enable checking for redunant entries.\n");
|
fprintf(stderr, " -d : Enable checking for redundant entries.\n");
|
||||||
fprintf(stderr, " -w : Completly wipe your database clean. May be used with -i \n");
|
fprintf(stderr, " -w : Completely wipe your database clean. May be used with -i \n");
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
" path : An optional directory containing old ratbox configs for import, or export.\n");
|
" path : An optional directory containing old ratbox configs for import, or export.\n");
|
||||||
fprintf(stderr, " If not specified, it looks in PREFIX/etc.\n");
|
fprintf(stderr, " If not specified, it looks in PREFIX/etc.\n");
|
||||||
|
|
|
@ -209,7 +209,7 @@ static struct InfoStruct info_table[] = {
|
||||||
"dots_in_ident",
|
"dots_in_ident",
|
||||||
OUTPUT_DECIMAL,
|
OUTPUT_DECIMAL,
|
||||||
&ConfigFileEntry.dots_in_ident,
|
&ConfigFileEntry.dots_in_ident,
|
||||||
"Number of permissable dots in an ident"
|
"Number of permissible dots in an ident"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"failed_oper_notice",
|
"failed_oper_notice",
|
||||||
|
@ -318,7 +318,7 @@ static struct InfoStruct info_table[] = {
|
||||||
"max_nick_changes",
|
"max_nick_changes",
|
||||||
OUTPUT_DECIMAL,
|
OUTPUT_DECIMAL,
|
||||||
&ConfigFileEntry.max_nick_changes,
|
&ConfigFileEntry.max_nick_changes,
|
||||||
"NICK change threshhold setting"
|
"NICK change threshold setting"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"max_nick_time",
|
"max_nick_time",
|
||||||
|
|
Loading…
Reference in a new issue