diff options
author | ivan <ivan> | 2002-02-28 22:05:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-28 22:05:31 +0000 |
commit | e8dc13cd1af07846cd3015986f3a3fd34cdcdaea (patch) | |
tree | 697aad1f33d11e92534933e2b324e00c834ac6f3 /httemplate/config | |
parent | 5a30e3a89e4e313a526a7f03afbe94282c715bdd (diff) |
s/depreciated/deprecated/
Diffstat (limited to 'httemplate/config')
-rw-r--r-- | httemplate/config/config-view.cgi | 2 | ||||
-rw-r--r-- | httemplate/config/config.cgi | 2 |
2 files changed, 2 insertions, 2 deletions
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) %> <tr> <th colspan="2" bgcolor="#dcdcdc"> 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) %> <tr> <th colspan="2" bgcolor="#dcdcdc"> |