[Opensrf-commits] r1101 - trunk/src/perlmods/OpenSRF/DomainObject
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed Oct 10 14:59:30 EDT 2007
Author: dbs
Date: 2007-10-10 14:47:42 -0400 (Wed, 10 Oct 2007)
New Revision: 1101
Modified:
trunk/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm
Log:
Fix some typos found while trying to improve osrf error messages.
Modified: trunk/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm
===================================================================
--- trunk/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm 2007-10-05 20:24:09 UTC (rev 1100)
+++ trunk/src/perlmods/OpenSRF/DomainObject/oilsResponse.pm 2007-10-10 18:47:42 UTC (rev 1101)
@@ -201,7 +201,7 @@
=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 @@
The base class for Exception messages sent between client and server. This
is implemented on top of the C<OpenSRF::DomainObject::oilsResponse> class, and
-sets the default B<status> to C<Exception occured> and B<statusCode> to C<STATUS_BADREQUEST>.
+sets the default B<status> to C<Exception occurred> and B<statusCode> to C<STATUS_BADREQUEST>.
=cut
-$status = 'Exception occured';
+$status = 'Exception occurred';
$statusCode = STATUS_INTERNALSERVERERROR;
#-------------------------------------------------------------------------------
@@ -372,7 +372,7 @@
=head1 NAME
-OpenSRF::DomainObject::oilsMehtodException
+OpenSRF::DomainObject::oilsMethodException
=head1 SYNOPSIS
@@ -387,7 +387,7 @@
=head1 ABSTRACT
-The class for Exceptions that occur durring the B<CONNECT> phase of a session. This
+The class for Exceptions that occur during the B<CONNECT> phase of a session. This
is implemented on top of the C<OpenSRF::DomainObject::oilsException> class, and
sets the default B<status> to C<Connect Request Failed> and B<statusCode> to C<STATUS_NOTFOUND>.
@@ -398,7 +398,7 @@
=cut
-$status = 'A server error occured during method execution';
+$status = 'A server error occurred during method execution';
$statusCode = STATUS_INTERNALSERVERERROR;
# -------------------------------------------
More information about the opensrf-commits
mailing list