From e8dc13cd1af07846cd3015986f3a3fd34cdcdaea Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 28 Feb 2002 22:05:31 +0000 Subject: [PATCH] s/depreciated/deprecated/ --- FS/FS/Conf.pm | 12 ++++++------ httemplate/config/config-view.cgi | 2 +- httemplate/config/config.cgi | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 226702e5c..6fbd48732 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -185,7 +185,7 @@ httemplate/docs/config.html { 'key' => 'address', - 'section' => 'depreciated', + 'section' => 'deprecated', 'description' => 'This configuration option is no longer used. See invoice_template instead.', 'type' => 'text', }, @@ -304,7 +304,7 @@ httemplate/docs/config.html { 'key' => 'domain', - 'section' => 'depreciated', + 'section' => 'deprecated', 'description' => 'Your domain name.', 'type' => 'text', }, @@ -416,8 +416,8 @@ httemplate/docs/config.html { 'key' => 'maildisablecatchall', - 'section' => 'depreciated', - 'description' => 'DEPRECIATED, now the default. Turning this option on used to disable the requirement that each virtual domain have a catch-all mailbox.', + 'section' => 'deprecated', + 'description' => 'DEPRECATED, now the default. Turning this option on used to disable the requirement that each virtual domain have a catch-all mailbox.', 'type' => 'checkbox', }, @@ -654,8 +654,8 @@ httemplate/docs/config.html { 'key' => 'textradiusprepend', - 'section' => 'depreciated', - 'description' => 'DEPRECIATED, use RADIUS check attributes instead. This option will be removed soon. The contents will be prepended to the first line of a user\'s RADIUS entry in text exports.', + 'section' => 'deprecated', + 'description' => 'DEPRECATED, use RADIUS check attributes instead. This option will be removed soon. The contents will be prepended to the first line of a user\'s RADIUS entry in text exports.', 'type' => 'text', }, diff --git a/httemplate/config/config-view.cgi b/httemplate/config/config-view.cgi index 225c29507..138ec4737 100644 --- a/httemplate/config/config-view.cgi +++ b/httemplate/config/config-view.cgi @@ -7,7 +7,7 @@ <% foreach my $section ( qw(required billing username password UI session shell mail radius apache BIND ), - '', 'depreciated') { %> + '', 'deprecated') { %> <%= table("#cccccc", 2) %> diff --git a/httemplate/config/config.cgi b/httemplate/config/config.cgi index f640d0b5e..19775c7aa 100644 --- a/httemplate/config/config.cgi +++ b/httemplate/config/config.cgi @@ -8,7 +8,7 @@ <% foreach my $section ( qw(required billing username password UI session shell mail radius apache BIND ), - '', 'depreciated') { %> + '', 'deprecated') { %> <%= table("#cccccc", 2) %> -- 2.11.0