This commit is contained in:
zzz
2008-11-09 16:18:45 +00:00
parent 9ec45bbcf5
commit 5271838a14
4 changed files with 32 additions and 2 deletions

View File

@ -76,7 +76,7 @@ public class ConfigTunnelsHandler extends FormHandler {
}
if ( (in == null) || (out == null) ) {
addFormError("Internal error (pool settings cound not be fuond for " + poolName + ")");
addFormError("Internal error (pool settings cound not be found for " + poolName + ")");
index++;
continue;
}