spelling: evaluate

This commit is contained in:
Josh Soref 2017-01-20 08:13:44 +00:00
parent b873338f25
commit 524579d87a
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ private final class TrapExit(delegateManager: SecurityManager) extends SecurityM
/**
* Represents an isolated application as simulated by [[TrapExit]].
* `execute` is the application code to evalute.
* `execute` is the application code to evaluate.
* `log` is used for debug logging.
*/
private final class App(val execute: xsbti.F0[Unit], val log: Logger) extends Runnable {