summaryrefslogtreecommitdiffstats
path: root/docs/html/training/basics/network-ops
diff options
context:
space:
mode:
authorkmccormick <kmccormick@google.com>2013-04-03 12:41:12 -0700
committerkmccormick <kmccormick@google.com>2013-04-03 13:04:06 -0700
commit76dfc02135abae5337b48fe99a1b8c0a7d95e33a (patch)
treee44e200019cd380ca9fc256099c4e0d3dbc7bea1 /docs/html/training/basics/network-ops
parent2ab257231fe774748298ab92f78564a5e19f23f0 (diff)
downloadframeworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.zip
frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.tar.gz
frameworks_base-76dfc02135abae5337b48fe99a1b8c0a7d95e33a.tar.bz2
Doc update: clean up ubiquitous typo "the the"
"Bug: 8531405" Change-Id: Ib2b96dd2c1ab0f4d8abe5a8052bf2ef33f03b8be
Diffstat (limited to 'docs/html/training/basics/network-ops')
-rw-r--r--docs/html/training/basics/network-ops/managing.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/basics/network-ops/managing.jd b/docs/html/training/basics/network-ops/managing.jd
index 0f3d495..990b8cb 100644
--- a/docs/html/training/basics/network-ops/managing.jd
+++ b/docs/html/training/basics/network-ops/managing.jd
@@ -269,7 +269,7 @@ returns to the main activity:</p>
// When the user changes the preferences selection,
// onSharedPreferenceChanged() restarts the main activity as a new
- // task. Sets the the refreshDisplay flag to "true" to indicate that
+ // task. Sets the refreshDisplay flag to "true" to indicate that
// the main activity should update its display.
// The main activity queries the PreferenceManager to get the latest settings.