diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-10-18 15:25:16 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-10-18 15:25:16 +0000 |
commit | f9efa646e7a371e48670d0541b0017c2564e9612 (patch) | |
tree | fe155ef18e6691b56dd589a851785230e7243079 | |
parent | 625a773a843defb39ce44cfab2ac26fe153c95f3 (diff) | |
download | drakwizard-f9efa646e7a371e48670d0541b0017c2564e9612.tar drakwizard-f9efa646e7a371e48670d0541b0017c2564e9612.tar.gz drakwizard-f9efa646e7a371e48670d0541b0017c2564e9612.tar.bz2 drakwizard-f9efa646e7a371e48670d0541b0017c2564e9612.tar.xz drakwizard-f9efa646e7a371e48670d0541b0017c2564e9612.zip |
fix frenglish
-rw-r--r-- | common/Varspaceval.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Varspaceval.pm b/common/Varspaceval.pm index f74bf4fe..5f997a7f 100644 --- a/common/Varspaceval.pm +++ b/common/Varspaceval.pm @@ -15,7 +15,7 @@ use MDK::Common; # Get all useful content of the config file # Return a hash containg the key and the value -# ATTENTION : in the conf file, an empty value is returnes as a spaced value (mandatory because of XML compatibility) +# WARNING : in the conf file, an empty value is returnes as a spaced value (mandatory because of XML compatibility) sub get { my ($_self, $file) = @_; my %l; |