aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.