More typos, as I read through logs.
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 10 Oct 2007 20:58:39 +0000 (20:58 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Wed, 10 Oct 2007 20:58:39 +0000 (20:58 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1104 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF/UnixServer.pm

index 472bb44..2792db5 100644 (file)
@@ -146,7 +146,7 @@ sub process_request {
                $logger->debug( "Looping on zombies " . $x++ , DEBUG);
        }
 
-       $logger->debug( "Timed out, disconnected, or auth failed" );
+       $logger->debug( "Timed out, disconnected, or authentication failed" );
        $app_session->kill_me if ($app_session);
 
        $0 = $orig;
@@ -203,7 +203,7 @@ sub configure_hook {
        # boot a client
        OpenSRF::System->bootstrap_client( client_name => "system_client" );
 
-       $logger->debug( "Setting application implementaion for $app", DEBUG );
+       $logger->debug( "Setting application implementation for $app", DEBUG );
        my $client = OpenSRF::Utils::SettingsClient->new();
        my $imp = $client->config_value("apps", $app, "implementation");
        OpenSRF::Application::server_class($app);