Fix typos in servobuild.example

This commit is contained in:
Kinder Sung 2015-08-23 12:21:43 +08:00
parent 6e06cae44a
commit bdb2485807

View file

@ -7,10 +7,10 @@
# Tool options # Tool options
[tools] [tools]
# Where Rust compiler snapshots and other downloads will be stored. Can be # Where Rust compiler snapshots and other downloads will be stored. Can be
# shared by multiple Servo reposities. Defaults to <servo-repo>/.servo # shared by multiple Servo repositories. Defaults to <servo-repo>/.servo
cache-dir = "./.servo" cache-dir = "./.servo"
# Where cargo stores all of its clones Defaults to <servo-repo>/.cargo # Where Cargo stores all of its clones Defaults to <servo-repo>/.cargo
cargo-home-dir = "./.cargo" cargo-home-dir = "./.cargo"
# If system-rust is true, will use rustc/rustdoc from the path, or if # 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" #toolchain = "/opt/android-toolchain"
# Gonk information # Gonk information
# Please fill the ndk/toolchain for android too # Please fill the ndk/toolchain for Android too
[gonk] [gonk]
# Path to B2G repo and build # Path to B2G repo and build
# Defaults to the value of $GONKDIR # Defaults to the value of $GONKDIR