summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl MacMillan <kmacmill@redhat.com>2007-12-12 11:32:56 -0500
committerKarl MacMillan <kmacmill@redhat.com>2007-12-12 11:32:56 -0500
commitc9160e02331dfd57b3f6a4b1c00d614a129c126d (patch)
tree9df718235a236a8aaae8592401050a417af6bd70
parent6390db3502eaee385cb990eef723bc4f27a633c0 (diff)
downloadfreeipa-c9160e02331dfd57b3f6a4b1c00d614a129c126d.tar.gz
freeipa-c9160e02331dfd57b3f6a4b1c00d614a129c126d.tar.xz
freeipa-c9160e02331dfd57b3f6a4b1c00d614a129c126d.zip
Fix minor typo in unauthorized page.
-rw-r--r--ipa-server/xmlrpc-server/unauthorized.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/xmlrpc-server/unauthorized.html b/ipa-server/xmlrpc-server/unauthorized.html
index e46ca538f..eba1266ad 100644
--- a/ipa-server/xmlrpc-server/unauthorized.html
+++ b/ipa-server/xmlrpc-server/unauthorized.html
@@ -19,7 +19,7 @@ Import the <a href="/errors/ca.crt">IPA Certificate Authority</a>.
{
document.write("<p>You can automatically configure your browser to work with Kerberos by importing the Certificate Authority below and clicking on the Configure Browser button.</p>");
document.write("<p>You <strong>must</strong> reload this page after importing the Certificate Authority for the automatic settings to work</p>");
- document.write("<object data=\"jar:/errots/configure.jar!/preferences.html\" type=\"text/html\"><\/object");
+ document.write("<object data=\"jar:/errors/configure.jar!/preferences.html\" type=\"text/html\"><\/object");
}
</script>
</p>