]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
Updated to version 1.4
[devedit.git] / devedit.pl
index eb032925b97e916e5245db968302505c89aadd75..22dc403d008f26887119aab66275b39df29c32c9 100644 (file)
@@ -110,8 +110,8 @@ if(-e clean_path($config->{'fileroot'}.'/'.$file))
   $uselist->lock or abort($config->{'errors'}->{'lock_failed'},undef,{USELIST => $uselist->{'listfile'}, LOCK_FILE => $uselist->{'lockfile'}});
   $uselist->load;
 
-  # Create a hash with data submitted by user
-  # (some other necessary information will also be included)
+  # Create a hash containing data submitted by the user
+  # (some other necessary information are also included)
 
   my %data = (physical     => $physical,
               virtual      => $virtual,

patrick-canterino.de