aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2013-04-18 12:37:09 -0700
committerRobert Ly <robertly@google.com>2013-04-18 12:37:09 -0700
commit72caad47afbe9b325a7ff276bdb82296b82a007a (patch)
treec83c0ba424465be7a6d6bd3870eab7fccc528d0a
parent4f8c37412c4f803399f16f41e8b2c97d1db9f9b9 (diff)
downloadsource.android.com-72caad47afbe9b325a7ff276bdb82296b82a007a.tar.gz
fix typo
Change-Id: I8ee397d1fed17384fb85d6e0a4bc9b7af16ea2de
-rw-r--r--src/source/known-issues.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source/known-issues.jd b/src/source/known-issues.jd
index ae884800..a68dde64 100644
--- a/src/source/known-issues.jd
+++ b/src/source/known-issues.jd
@@ -31,7 +31,7 @@ track of the known issues around using the Android source code.</p>
<p><strong>Symptom</strong></p>On AOSP builds for toro (up to Jelly Bean 4.2.1),
CellBroadcastReceiver doesn't get included in the system.</p>
-<p><strong>Cause</strong></p>: There's a typo in <code>vendor/samsung/toro/device-partial.mk</code>,
+<p><strong>Cause:</strong></p> There's a typo in <code>vendor/samsung/toro/device-partial.mk</code>,
where <code>PRODUCT_PACKAGES</code> has the K replaced by an H.
<p><strong>Fix</strong>: Use the latest packages for 4.2.2, or manually fix the typo.</p>