aboutsummaryrefslogtreecommitdiff
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
parentbc23772d39d36c6db358db3fa29703843cab1500 (diff)
downloadconfig-parser-21cbaaf979d12447c56382d353d7f03853f49907.tar.gz
config-parser-21cbaaf979d12447c56382d353d7f03853f49907.tar.bz2
Spell check
-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
@@ -377,13 +377,13 @@ If data type and B<:re> are used together, B<:re> takes precedence.
Argument is the name of a method to call in order to decide
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>
Argument is the name of a method which will be invoked after parsing the
statement in order to verify its value. This provides the most flexible
way of verification (the other two being the B<:re> option and data type
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
@@ -258,13 +258,13 @@ need this parameter. It is listed here for completeness sake. Refer to
the B<Config::AST> constructor for details.
=back
=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
B<Config::Parser>(3), B<Config::AST>(3).

Return to:

Send suggestions and report system problems to the System administrator.