Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spelling erros in perldoc #1

Closed
joenio opened this issue Sep 7, 2013 · 1 comment
Closed

Spelling erros in perldoc #1

joenio opened this issue Sep 7, 2013 · 1 comment

Comments

@joenio
Copy link

joenio commented Sep 7, 2013

--- a/lib/Log/Any/App.pm
+++ b/lib/Log/Any/App.pm
@@ -1034,7 +1034,7 @@

  use Log::Any::App '$log', -level => 'debug';

-This is useful if you want a fixed level that cannot be overriden by other
+This is useful if you want a fixed level that cannot be overridden by other
 mechanisms (since setting level using import argument has the highest priority).
 But oftentimes what you want is changing level without modifying the script
 itself. Thereby, just write:
@@ -1106,7 +1106,7 @@
      # and so on
  }

-If a per-output level is not specifed, it will default to the general log level.
+If a per-output level is not specified, it will default to the general log level.

 =head2 Enabling/disabling output

@@ -1118,7 +1118,7 @@

  use Log::Any::App '$log', -screen => {level=>'off'};

-and this won't allow the output to be reenabled from outside the script. However
+and this won't allow the output to be re-enabled from outside the script. However
 if you do this:

  use Log::Any::App;
@@ -1768,7 +1768,7 @@
 As I I<love> specifying log options from environment, I will make I<every>
 init() options configurable from outside the script
 (environment/command-line/control file). Of course, init() arguments still take
-precedence for authors that do not want some/all options to be overriden from
+precedence for authors that do not want some/all options to be overridden from
 outside.

 =item * Reorganization of command-line/environment names
@perlancar
Copy link
Owner

Thanks, applied.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants