From 16587f18a48d89a5c274986990c9af20636695bf Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 10 Oct 2007 18:47:42 +0000 Subject: [PATCH] Fix some typos found while trying to improve osrf error messages. git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1101 9efc2488-bf62-4759-914b-345cdb29e865 --- src/perlmods/OpenSRF/DomainObject/oilsResponse.pm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm b/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm index bcaf96f..aeaee77 100644 --- a/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm +++ b/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm @@ -201,7 +201,7 @@ $client->status( new OpenSRF::DomainObject::oilsContinueStatus ); =head1 ABSTRACT Implements the STATUS_CONTINUE message, informing the client that it should -continue to wait for a response to it's request. +continue to wait for a response to its request. =head1 SEE ALSO @@ -316,11 +316,11 @@ $client->send( 'ERROR', OpenSRF::DomainObject::oilsException->new( status => "AR The base class for Exception messages sent between client and server. This is implemented on top of the C class, and -sets the default B to C and B to C. +sets the default B to C and B to C. =cut -$status = 'Exception occured'; +$status = 'Exception occurred'; $statusCode = STATUS_INTERNALSERVERERROR; #------------------------------------------------------------------------------- @@ -372,7 +372,7 @@ OpenSRF::Utils::JSON->register_class_hint( hint => 'osrfMethodException', name = =head1 NAME -OpenSRF::DomainObject::oilsMehtodException +OpenSRF::DomainObject::oilsMethodException =head1 SYNOPSIS @@ -387,7 +387,7 @@ $client->send( 'ERROR', new OpenSRF::DomainObject::oilsMethodException ); =head1 ABSTRACT -The class for Exceptions that occur durring the B phase of a session. This +The class for Exceptions that occur during the B phase of a session. This is implemented on top of the C class, and sets the default B to C and B to C. @@ -398,7 +398,7 @@ B =cut -$status = 'A server error occured during method execution'; +$status = 'A server error occurred during method execution'; $statusCode = STATUS_INTERNALSERVERERROR; # ------------------------------------------- -- 2.43.2