* default.exp (start_kerberos_daemons): "cannont" => "cannot"
authorKen Raeburn <raeburn@mit.edu>
Tue, 3 Jun 2003 23:27:01 +0000 (23:27 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 3 Jun 2003 23:27:01 +0000 (23:27 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15555 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index ec5c16cd852018124bd6f68a5d93fd727041b31f..773ae8c85f70aaf797bd5065bdb7b32ecff5ecf0 100644 (file)
@@ -2,6 +2,7 @@
 
        * default.exp (setup_root_shell): Handle error messages indicating
        "-x" isn't supported.
+       (start_kerberos_daemons): "cannont" => "cannot".
 
 2003-06-01  Ken Raeburn  <raeburn@mit.edu>
 
index 38d8cc89215a92f558c94cf77f526a3b0625130f..5f9aa2734a3ee77f68aa92fa00cb1858c76a12ff 100644 (file)
@@ -1425,7 +1425,7 @@ proc start_kerberos_daemons { standalone } {
     expect {
        -i $tailf_spawn_id
        "Seeding random number" exp_continue
-       "cannont initialize network" {
+       "cannot initialize network" {
            if {$standalone} {
                verbose -log "kadmind failed network init"
                fail "kadmind"