Subject: | Manpages with typos |
Greetings,
Installing this module some days ago I noticed that the Config::Find and
Config::Find::Where manpages had some small typos. I attached a small
patch to fix them.
Thanks for the time and effor dedicated to create this module.
Kind Regards!
Jotam
Subject: | manpage-typo-fix.patch |
--- a/lib/Config/Find.pm
+++ b/lib/Config/Find.pm
@@ -157,13 +157,13 @@
=head1 ABSTRACT
-Config::Find searchs for configuration files using OS dependant
+Config::Find searches for configuration files using OS dependent
heuristics.
=head1 DESCRIPTION
Every OS has different rules for configuration files placement, this
-module allows to easily find and create your app configuration files
+module allows one to easily find and create your app configuration files
following those rules.
Config::Find references configuration files by the application name or
--- a/lib/Config/Find/Where.pm
+++ b/lib/Config/Find/Where.pm
@@ -156,7 +156,7 @@
=head1 ABSTRACT
-Config::Find searchs for locations using OS dependant heuristics.
+Config::Find searches for locations using OS dependent heuristics.
=head1 DESCRIPTION
@@ -164,7 +164,7 @@
reused to also find other interesting things like temporary
directories, the script location, etc.
-This module adds a public API to all the hiden functionallity.
+This module adds a public API to all the hiden functionality.
=head2 OPTIONS