aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Spurlock <jspurlock@google.com>2013-07-22 09:50:16 -0400
committerJohn Spurlock <jspurlock@google.com>2013-07-22 09:50:16 -0400
commit788d101d6ffaaf5891eed56603da4fe6c2f99021 (patch)
treef1785d77ffde3aacee0c2f2fd187fa251d678f67
parent9d15d142e0b313e1205458c1517659c99dca4548 (diff)
downloadsource.android.com-788d101d6ffaaf5891eed56603da4fe6c2f99021.tar.gz
Fix typo in code style doc.
Change-Id: I9fa60e81a4605793f0b764e5b09df0a36178c67e
-rw-r--r--src/source/code-style.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source/code-style.jd b/src/source/code-style.jd
index bb633fbe..99bfbb32 100644
--- a/src/source/code-style.jd
+++ b/src/source/code-style.jd
@@ -378,7 +378,7 @@ extra engineering effort.</p>
<p>The use and location of static imports have been mildly controversial
issues. Some people would prefer static imports to be interspersed with the
remaining imports, some would prefer them reside above or below all other
-imports. Additinally, we have not yet come up with a way to make all IDEs use
+imports. Additionally, we have not yet come up with a way to make all IDEs use
the same ordering.</p>
<p>Since most people consider this a low priority issue, just use your
judgement and please be consistent.</p>