X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/1fbf10bec35aeb289a9cf3e1c65a826883bffdea..ce10babcb8d07587e9bf95496e22e9b4e801f207:/devedit.pl?ds=sidebyside

diff --git a/devedit.pl b/devedit.pl
index f6d59c9..03cfd81 100644
--- a/devedit.pl
+++ b/devedit.pl
@@ -6,7 +6,7 @@
 # Dev-Editor's main program
 #
 # Author:        Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-06-09
+# Last modified: 2005-06-14
 #
 
 use strict;
@@ -95,7 +95,7 @@ if($newfile ne '' && $newfile !~ /^\s+$/)
  $new_physical = File::Spec->canonpath($new_physical.'/'.$file);
  $new_virtual .= $file;
 
- # Check if the file is denied by configuration
+ # Check if accessing this file is forbidden
 
  if(is_forbidden_file($config->{'forbidden'},$new_virtual))
  {