aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Agent
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Log-Agent')
-rw-r--r--devel/p5-Log-Agent/pkg-descr6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Log-Agent/pkg-descr b/devel/p5-Log-Agent/pkg-descr
index de6546889fc8..d454195a8224 100644
--- a/devel/p5-Log-Agent/pkg-descr
+++ b/devel/p5-Log-Agent/pkg-descr
@@ -1,12 +1,12 @@
The Log::Agent module provides an abstract layer for logging and tracing, which
-is independant from the actual method used to physically perform those
+is independent from the actual method used to physically perform those
activities. It acts as an agent (hence the name) that collects the requests and
delegates processing to a sublayer: the logging driver.
The Log::Agent module is meant to be used in all reusable components, since
they cannot know in advance how the application which ends up using them will
perform its logging activities: either by emitting messages on stdout and
-errors on stderr, or by directing messages to logfiles, or by using syslog(3).
+errors on stderr, or by directing messages to log files, or by using syslog(3).
The logging interface is common for all the logging drivers, and is therefore
the result of a compromise between many logging schemes: any information given
@@ -14,7 +14,7 @@ at this level must be either handled by all drivers, or may be ignored
depending on the application's final choice.
WARNING: THIS INTERFACE IS STILL SOMEWHAT ALPHA AND COULD STILL CHANGE
-DEPENDING ON THE FEEDBACK THE AUTHOR RECIEVES, WITHOUT ANY BACKWARD
+DEPENDING ON THE FEEDBACK THE AUTHOR RECEIVES, WITHOUT ANY BACKWARD
COMPATIBILITY ASSURANCE.
WWW: http://search.cpan.org/dist/Log-Agent/