aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2013-05-08 15:02:29 -0700
committerRobert Ly <robertly@google.com>2013-05-08 15:02:29 -0700
commit001b1d43353081116b0d5a1a39f734597dc29990 (patch)
tree1ecc73311b8a9566abccddd2bc6652943acc4b1c
parent971895ff3819a8e48b8c6c132467cb670aa8d49a (diff)
downloadsource.android.com-001b1d43353081116b0d5a1a39f734597dc29990.tar.gz
fix typos
Change-Id: I71a169bd817ee45b74dd067c61103338fa99b3f3
-rw-r--r--src/legal.jd4
-rw-r--r--src/source/initializing.jd3
2 files changed, 3 insertions, 4 deletions
diff --git a/src/legal.jd b/src/legal.jd
index 652c3032..a8efe670 100644
--- a/src/legal.jd
+++ b/src/legal.jd
@@ -24,7 +24,7 @@ header.hide=1
<div class="landing-banner">
<h1 itemprop="name" style="margin-bottom:0;">Legal Notice</h1>
-
+
<p>Android is developed by Google Inc. and the <a
href="http://www.openhandsetalliance.com/">Open Handset Alliance</a>. We've made it available to you
as a development platform pursuant to our commitment to openness, freedom, and innovation in
@@ -34,7 +34,7 @@ header.hide=1
<h2 id="Brands">Android Brands</h2>
-<p>The "Android" name, the <img src="{@docRoot}assets/images/sac-logo.png" alt="Android"
+<p>The "Android" name, the <img src="{@docRoot}assets/images/sac_logo.png" alt="Android"
style="margin:0;padding:0 2px;vertical-align:baseline" /> logo, and
<a href="http://www.google.com/permissions/">other trademarks</a> are property of Google Inc.
You may not use the logo or the logo's custom typeface.</p>
diff --git a/src/source/initializing.jd b/src/source/initializing.jd
index f53e6fb0..42448ac3 100644
--- a/src/source/initializing.jd
+++ b/src/source/initializing.jd
@@ -24,8 +24,7 @@ page.title=Initializing a Build Environment
</div>
</div>
-<h1 id="initializing-a-build-environment">Initializing a Build Environment</h1>
-<p>The "Getting Started" section describes how to set up your local work environment, how to use Repo to get the Android files, and how to build the files on your machine. To build the Android source files, you will need to use Linux or Mac OS. Building under Windows is not currently supported.</p>
+<p>This section describes how to set up your local work environment to build the Android source files. You will need to use Linux or Mac OS. Building under Windows is not currently supported.</p>
<p><em>Note: The source download is approximately 8.5GB in size.
You will need over 30GB free to complete a single build, and
up to 100GB (or more) for a full set of builds.</em></p>