From 67d1c0711283e840a68597e119daabbf3d090872 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 17 Dec 2010 16:36:48 -0500 Subject: kinit typo Was origially KInit but the command is kinit --- install/static/ipa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"+ " "+ "Follow these directions to configure your browser." -- cgit