diff options
author | Angelo Naselli <anaselli@linux.it> | 2015-12-27 17:36:17 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2015-12-27 17:36:17 +0100 |
commit | 4f611c7ab4e719d84671e7e954340463c83a6959 (patch) | |
tree | 2a0e1981af04fb9c3da3e99a08c910008ffe1a81 | |
parent | 4edbe312bce717740fb4e5d27861c130c3a47a80 (diff) | |
download | manatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar manatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar.gz manatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar.bz2 manatools-4f611c7ab4e719d84671e7e954340463c83a6959.tar.xz manatools-4f611c7ab4e719d84671e7e954340463c83a6959.zip |
typo
-rw-r--r-- | lib/ManaTools/SettingsReader.pm | 2 |
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 |