diff options
author | Chris Buechler <cmb@pfsense.org> | 2011-04-27 21:10:02 -0400 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2011-04-27 21:10:02 -0400 |
commit | 1dfb77950b9cc50158292b4590f22bd186ab6448 (patch) | |
tree | 3cda448ef1a027ac92892cf8d796c13e74e5a184 | |
parent | b0c2087e17d63db46623c3739d30215951e65bc4 (diff) | |
download | pfsense-1dfb77950b9cc50158292b4590f22bd186ab6448.zip pfsense-1dfb77950b9cc50158292b4590f22bd186ab6448.tar.gz |
fix typo
-rw-r--r-- | usr/local/www/system_certmanager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_certmanager.php b/usr/local/www/system_certmanager.php index 0113461..9ef6d64 100644 --- a/usr/local/www/system_certmanager.php +++ b/usr/local/www/system_certmanager.php @@ -770,7 +770,7 @@ function internalca_change() { <td width="78%" class="vtable"> <textarea name="cert" id="cert" cols="65" rows="7" class="formfld_cert"><?=htmlspecialchars($pconfig['cert']);?></textarea> <br> - <?=gettext("Paste the certificate received from your cerificate authority here.");?></td> + <?=gettext("Paste the certificate received from your certificate authority here.");?></td> </td> </tr> <tr> |