Fixed a spelling mistake

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@117 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
rramthun 20 years ago
parent 511f1c9b25
commit 2d751ba831

@ -39,7 +39,6 @@
// the intact and unchanged copyright notice. // the intact and unchanged copyright notice.
// Contributions and changes to the program code must be marked as such. // Contributions and changes to the program code must be marked as such.
// You must compile this file with // You must compile this file with
// javac -classpath .:../classes CacheAdmin_p.java // javac -classpath .:../classes CacheAdmin_p.java
// if the shell's current path is HTROOT // if the shell's current path is HTROOT

@ -75,7 +75,7 @@ public abstract class serverAbstractSwitch implements serverSwitch {
// the only attribute that will always be read from the init is the // the only attribute that will always be read from the init is the
// file name of the config file // file name of the config file
this.rootPath = rootPath; this.rootPath = rootPath;
configComment = "this is an automaticaly generated file, updated by serverAbstractSwitch and initialized by " + initPath; configComment = "This is an automatically generated file, updated by serverAbstractSwitch and initialized by " + initPath;
File initFile = new File(rootPath, initPath); File initFile = new File(rootPath, initPath);
configFile = new File(rootPath, configPath); //propertiesFile(config); configFile = new File(rootPath, configPath); //propertiesFile(config);
new File(configFile.getParent()).mkdir(); new File(configFile.getParent()).mkdir();

Loading…
Cancel
Save