]> git.p6c8.net - devedit.git/blobdiff - devedit.pl
Copying and renaming of files is back again!
[devedit.git] / devedit.pl
index 7a27e586c220a9f3895f2f7b3ca21788562faf99..b933cf1953c188813371cac2f5e1c808dd84d368 100644 (file)
@@ -6,7 +6,7 @@
 # Dev-Editor's main program
 #
 # Author:        Patrick Canterino <patshaping@gmx.net>
-# Last modified: 2004-02-06
+# Last modified: 2004-02-20
 #
 
 use strict;
@@ -65,7 +65,7 @@ if($newfile ne '')
 
  unless(($new_physical,$new_virtual) = check_path($config->{'fileroot'},$dir))
  {
-  abort($config->{'err_creat_ar'});
+  abort($config->{'err_create_ar'});
  }
 
  # Create the physical and the virtual path

patrick-canterino.de