diff --git a/README.md b/README.md index ea1d16a..cd8d70c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Malt.jl worker processes **do not inherit** `ENV` variables, command-line argume Malt.jl supports **interrupting a worker process on Windows**, not just on UNIX. ### Heterogenous computing -Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for homogenous computing**. +Malt.jl does not have API like `@everywhere` or `Distributed.procs`: Malt is **not the right tool for heterogenous computing**. ### Exception handling Exceptions in Malt.jl workers are converted to plaintext before being rethrown in the host.