Code cleanup: typos fixed

This commit is contained in:
Oleg Sukhodolsky
2013-01-14 19:29:52 +04:00
parent 3a7c75cd23
commit c82847de00
@@ -39,7 +39,7 @@ public class KillableColoredProcessHandler extends ColoredProcessHandler impleme
}
/**
* This method shouldn't be overriden, see shouldKillProcessSoftly
* This method shouldn't be overridden, see shouldKillProcessSoftly
*
* @return
*/
@@ -65,7 +65,7 @@ public class KillableColoredProcessHandler extends ColoredProcessHandler impleme
}
/**
* This method should be overriden by children if the process shouldn't be killed softly (e.g. by kill -2)
* This method should be overridden by children if the process shouldn't be killed softly (e.g. by kill -2)
*
* @return
*/