aboutsummaryrefslogtreecommitdiff
path: root/lib/Config
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2019-08-22 12:42:40 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2019-08-22 12:42:40 +0300
commit21cbaaf979d12447c56382d353d7f03853f49907 (patch)
tree44639e3c46c6e0fbadac7b12615574a0ffc1c848 /lib/Config
parentbc23772d39d36c6db358db3fa29703843cab1500 (diff)
downloadconfig-parser-21cbaaf979d12447c56382d353d7f03853f49907.tar.gz
config-parser-21cbaaf979d12447c56382d353d7f03853f49907.tar.bz2
Spell check
Diffstat (limited to 'lib/Config')
-rw-r--r--lib/Config/Parser.pm2
-rw-r--r--lib/Config/Parser/Ini.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Config/Parser.pm b/lib/Config/Parser.pm
index 48c11fd..0c771ed 100644
--- a/lib/Config/Parser.pm
+++ b/lib/Config/Parser.pm
@@ -380,7 +380,7 @@ whether to apply this definition. The method will be called as
$cfg->{ \$method }($node, @path)
where $node is the B<Config::AST::Node::Value> object (use
-B<$vref-E<gt>value>, to obtain the actual value), and B<@path> is its patname.
+B<$vref-E<gt>value>, to obtain the actual value), and B<@path> is its pathname.
=item B<:check = >I<method>
diff --git a/lib/Config/Parser/Ini.pm b/lib/Config/Parser/Ini.pm
index f8db50a..67eaf1f 100644
--- a/lib/Config/Parser/Ini.pm
+++ b/lib/Config/Parser/Ini.pm
@@ -261,7 +261,7 @@ the B<Config::AST> constructor for details.
=head1 METHODS
-All methods are inferited from B<Config::Parser>. Please see its
+All methods are inherited from B<Config::Parser>. Please see its
documentation for details.
=head1 SEE ALSO

Return to:

Send suggestions and report system problems to the System administrator.