Description: Fix spelling errors in manpages
Author: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Last-Updated: 2016-01-16
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=111239
Bug: https://rt.cpan.org/Ticket/Display.html?id=111239

--- a/lib/Object/Remote.pm
+++ b/lib/Object/Remote.pm
@@ -139,7 +139,7 @@ is not set the path is 'perl'
 =item OBJECT_REMOTE_LOG_LEVEL
 
 Setting this environment variable will enable logging and send all log messages
-at the specfied level or higher to STDERR. Valid level names are: trace debug
+at the specified level or higher to STDERR. Valid level names are: trace debug
 verbose info warn error fatal
 
 =item OBJECT_REMOTE_LOG_FORMAT
@@ -155,7 +155,7 @@ this feature which is disabled by defaul
 
 =item OBJECT_REMOTE_LOG_SELECTIONS
 
-Space seperated list of class names to display logs for if logging output is enabled. Default
+Space separated list of class names to display logs for if logging output is enabled. Default
 value is "Object::Remote::Logging" which selects all logs generated by Object::Remote.
 See L<Object::Remote::Logging>.
 
@@ -194,7 +194,7 @@ can.
 =item High levels of load can starve timers of execution opportunities
 
 These are issues that only become a problem at large scales. The end result of these two
-issues is quite similiar: some remote objects may block while the local run loop is either busy
+issues is quite similar: some remote objects may block while the local run loop is either busy
 servicing a different connection or is not executing because control has not yet been returned to
 it. For the same reasons timers may not get an opportunity to execute in a timely way.
 
@@ -210,7 +210,7 @@ Object::Remote itself so the C<Object::R
 loop will periodically update the watch dog object on the remote Perl interpreter. If the
 watch dog goes longer than the configured interval with out being updated then it will
 terminate the Perl process. The watch dog will terminate the process even if a deadlock
-condition has occured.
+condition has occurred.
 
 =item Log forwarding at scale can starve timers of execution opportunities
 
--- a/lib/Object/Remote/Logging.pm
+++ b/lib/Object/Remote/Logging.pm
@@ -178,17 +178,17 @@ id and other metadata is available in th
 be set via the OBJECT_REMOTE_LOG_FORMAT environment variable. The format string and
 available metadata is documented in L<Object::Remote::Logging::Logger>. Setting this
 environment variable on the local interpreter will cause it to be propagated to the
-remote interpreter so all logs will be formated the same way.
+remote interpreter so all logs will be formatted the same way.
 
 This system is designed so any module can create their own logging packages using it.
 With out any additional configuration the consumers of this logging system will
-automatically be enabled via OBJECT_REMOTE_LOG_LEVEL and formated with
+automatically be enabled via OBJECT_REMOTE_LOG_LEVEL and formatted with
 OBJECT_REMOTE_LOG_FORMAT but those additional log messages are not sent to STDERR.
 By setting the OBJECT_REMOTE_LOG_SELECTIONS environment variable to a list of logging
-package names seperated by spaces then logs generated using those packages
+package names separated by spaces then logs generated using those packages
 will be sent to STDERR. If the asterisk character (*) is used in the place of a package
 name then all package names will be selected by default instead of ignored. An individual
-package name can be turned off by prefixing the name with a hypen character (-). This is
+package name can be turned off by prefixing the name with a hyphen character (-). This is
 also a configuration item that is forwarded to the remote interpreters so all logging
 is consistent.
 
--- a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm
+++ b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm
@@ -292,7 +292,7 @@ and is configurable via arguments passed
 
 =item perl_command
 
-By default the Perl interpeter will be executed as "perl -" but this can be changed by
+By default the Perl interpreter will be executed as "perl -" but this can be changed by
 providing an array reference as the value to the perl_command attribute during construction.
 
 =item stderr
