Skip to content
Snippets Groups Projects
Commit ebb3e331 authored by marvin's avatar marvin
Browse files

Typo fix

parent 6dbdc9b7
No related merge requests found
......@@ -251,7 +251,7 @@ public class Adapter extends XMLHelper {
alteredBotName = alteredBotName.substring(0, alteredBotName.length() - unwantedSuffix.length());
}
else {
System.out.println("Warning: Prefix \'"+unwantedSuffix+" could not be removed from bot name.");
System.out.println("Warning: Suffix \'"+unwantedSuffix+" could not be removed from bot name.");
}
BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(out_bnPath+out_bnName));
......
......@@ -251,7 +251,7 @@ public class Adapter extends XMLHelper {
alteredBotName = alteredBotName.substring(0, alteredBotName.length() - unwantedSuffix.length());
}
else {
System.out.println("Warning: Prefix \'"+unwantedSuffix+" could not be removed from bot name.");
System.out.println("Warning: Suffix \'"+unwantedSuffix+" could not be removed from bot name.");
}
BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(out_bnPath+out_bnName));
......
......@@ -251,7 +251,7 @@ public class Adapter extends XMLHelper {
alteredBotName = alteredBotName.substring(0, alteredBotName.length() - unwantedSuffix.length());
}
else {
System.out.println("Warning: Prefix \'"+unwantedSuffix+" could not be removed from bot name.");
System.out.println("Warning: Suffix \'"+unwantedSuffix+" could not be removed from bot name.");
}
BufferedWriter bufferedWriter = new BufferedWriter(new FileWriter(out_bnPath+out_bnName));
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment