From bdb2485807365cb66b600f04a196bc02a5042f72 Mon Sep 17 00:00:00 2001 From: Kinder Sung Date: Sun, 23 Aug 2015 12:21:43 +0800 Subject: [PATCH] Fix typos in servobuild.example --- servobuild.example | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servobuild.example b/servobuild.example index 65af520af32..fb2a75dd494 100644 --- a/servobuild.example +++ b/servobuild.example @@ -7,10 +7,10 @@ # Tool options [tools] # Where Rust compiler snapshots and other downloads will be stored. Can be -# shared by multiple Servo reposities. Defaults to /.servo +# shared by multiple Servo repositories. Defaults to /.servo cache-dir = "./.servo" -# Where cargo stores all of its clones Defaults to /.cargo +# Where Cargo stores all of its clones Defaults to /.cargo cargo-home-dir = "./.cargo" # If system-rust is true, will use rustc/rustdoc from the path, or if @@ -41,7 +41,7 @@ debug-mozjs = false #toolchain = "/opt/android-toolchain" # Gonk information -# Please fill the ndk/toolchain for android too +# Please fill the ndk/toolchain for Android too [gonk] # Path to B2G repo and build # Defaults to the value of $GONKDIR