From f93691faed04e8f595b560d446f2328716ce8b10 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Tue, 14 Jan 2014 18:41:38 +0100 Subject: correct typo --- documentation/embedded-building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/embedded-building.md b/documentation/embedded-building.md index c2220ce..23750be 100644 --- a/documentation/embedded-building.md +++ b/documentation/embedded-building.md @@ -3,14 +3,14 @@ Setting up cross-compilation on your host machine can be quite a daunting task, ## Requirements - a target platform that has enough resources for compiling native programs -- a platform that can run SBT (referred to as the host) +- a host platform that can run SBT ## Overview of required steps 1. Compile native sources on target platform to a library 2. Compile scala/java sources on host 3. Use the compiled library with the scala/java application -## Detailed procdure +## Detailed procedure This section details the procedure for linux-based target platforms. 1. Compilation of native sources [on the target platform] -- cgit v1.2.3