diff options
-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; |