aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2015-12-27 17:36:17 +0100
committerAngelo Naselli <anaselli@linux.it>2015-12-27 17:36:17 +0100
commit4f611c7ab4e719d84671e7e954340463c83a6959 (patch)
tree2a0e1981af04fb9c3da3e99a08c910008ffe1a81 /lib
parent4edbe312bce717740fb4e5d27861c130c3a47a80 (diff)
downloadmanatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar
manatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar.gz
manatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar.bz2
manatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar.xz
manatools-4f611c7ab4e719d84671e7e954340463c83a6959.zip
typo
Diffstat (limited to 'lib')
-rw-r--r--lib/ManaTools/SettingsReader.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ManaTools/SettingsReader.pm b/lib/ManaTools/SettingsReader.pm
index b8cb3944..99e5ad5d 100644
--- a/lib/ManaTools/SettingsReader.pm
+++ b/lib/ManaTools/SettingsReader.pm
@@ -74,7 +74,7 @@ use Data::Dumper;
=head3 DESCRIPTION
- The constructor just loads the given files and return its representation
+ The constructor just loads the given file and return its representation
into a hash reference.
=cut