aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2013-04-18 12:47:44 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-18 12:47:44 -0700
commit8df8fb5828fc96c178b4c33f728365b47b73c67b (patch)
tree64cb2bd9d07af9bd16039325c3eb9883aa4a3f39
parent81c2ef21584c403f5c5fdbdeb8cfd6083b0b74ed (diff)
parent279d9e9db0993ced6c3d419651ecb343c53aa93c (diff)
downloadsource.android.com-8df8fb5828fc96c178b4c33f728365b47b73c67b.tar.gz
am 279d9e9d: am 1895cbe3: am 72caad47: fix typo
* commit '279d9e9db0993ced6c3d419651ecb343c53aa93c': fix typo
-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>