summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-12-17 16:36:48 -0500
committerAdam Young <ayoung@redhat.com>2010-12-17 16:36:48 -0500
commit67d1c0711283e840a68597e119daabbf3d090872 (patch)
treeda3d248a4dc17c0b158695a799a9899a1777eeac
parent00ebf8c4e35029bec0a54417e833eb808136c6ec (diff)
downloadfreeipa-67d1c0711283e840a68597e119daabbf3d090872.tar.gz
freeipa-67d1c0711283e840a68597e119daabbf3d090872.tar.xz
freeipa-67d1c0711283e840a68597e119daabbf3d090872.zip
kinit typo
Was origially KInit but the command is kinit
-rw-r--r--install/static/ipa.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/ipa.js b/install/static/ipa.js
index fee5110e0..b6750c850 100644
--- a/install/static/ipa.js
+++ b/install/static/ipa.js
@@ -325,7 +325,7 @@ function ipa_cmd(name, args, options, win_callback, fail_callback, objname, comm
}else{
error_thrown.message =
"Your kerberos ticket no longer valid."+
- "Please run Init and then click 'retry'"+
+ "Please run kinit and then click 'retry'"+
"If this is your first time running the IPA Web UI"+
"<a href='/ipa//config/unauthorized.html'> "+
"Follow these directions</a> to configure your browser."