aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-01-14 18:41:38 +0100
committerJakob Odersky <jodersky@gmail.com>2014-01-14 18:41:38 +0100
commitf93691faed04e8f595b560d446f2328716ce8b10 (patch)
treef37550ffcdfc0dcee6eaf91bf7d3e8df1a32d6a5
parent25f3fc727a10f65470981089eed26837c3f246fc (diff)
downloadakka-serial-f93691faed04e8f595b560d446f2328716ce8b10.tar.gz
akka-serial-f93691faed04e8f595b560d446f2328716ce8b10.tar.bz2
akka-serial-f93691faed04e8f595b560d446f2328716ce8b10.zip
correct typo
-rw-r--r--documentation/embedded-building.md4
1 files 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]