Browse Source

[trac931] Spelling

Michal 'vorner' Vaner 14 years ago
parent
commit
a8307030f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/auth/main.cc

+ 1 - 1
src/bin/auth/main.cc

@@ -191,7 +191,7 @@ main(int argc, char* argv[]) {
             changeUser(uid);
         }
 
-        cout << "[b10-aut] Loading TSIG keys" << endl;
+        cout << "[b10-auth] Loading TSIG keys" << endl;
         isc::server_common::initKeyring(*config_session);
 
         cout << "[b10-auth] Server started." << endl;