Typo - because typos in error messages just make me angry when I'm beating my head...
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 15 Sep 2008 19:56:56 +0000 (19:56 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 15 Sep 2008 19:56:56 +0000 (19:56 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1430 9efc2488-bf62-4759-914b-345cdb29e865

src/perl/lib/OpenSRF/Transport/SlimJabber/PeerConnection.pm

index 7c59456..040ffb8 100644 (file)
@@ -57,7 +57,7 @@ sub new {
 
        if( $app eq "client" ) { $resource = "client_at_$h"; }
 
-       OpenSRF::EX::Config->throw( "JPeer could not load all necesarry values from config" )
+       OpenSRF::EX::Config->throw( "JPeer could not load all necessary values from config" )
                unless ( $username and $password and $resource and $host and $port );
 
        OpenSRF::Utils::Logger->transport( "Built Peer with", INTERNAL );