Fix typos in Paul's recent change.

java/runtime/MercuryRuntime.java:
java/runtime/MercuryThreadPool.java:
samples/java_interface/standalone_java/JavaMain.java
	As above.
This commit is contained in:
Julien Fischer
2014-12-16 14:17:46 +11:00
parent 8b48c420d7
commit d56411e142
3 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@ public class JavaMain {
// This call will invoke any finalisers specified using
// ':- finalise' declarations in the set of Mercury libraries we
// are using. It also tells the thread pool to shutdown, if the
// thread pool is not runnuing then this does nothing.
// thread pool is not running then this does nothing.
//
MercuryRuntime.finalise();