summaryrefslogtreecommitdiffstats
path: root/docs/html/videos
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2009-07-30 17:00:34 -0700
committerElliott Hughes <enh@google.com>2009-08-21 13:10:55 -0700
commit7f877069274c94b373478a8d0c969c9cfd93864f (patch)
treeb5592410de891fd5b3b5992084bc567d2ded3354 /docs/html/videos
parent56a63fedcf4caa5b85994dc9f2d960293c2696e2 (diff)
downloadframeworks_base-7f877069274c94b373478a8d0c969c9cfd93864f.zip
frameworks_base-7f877069274c94b373478a8d0c969c9cfd93864f.tar.gz
frameworks_base-7f877069274c94b373478a8d0c969c9cfd93864f.tar.bz2
Fix all typos (found by script) in the Android documentation.
I haven't touched instances of "behaviour", "dequeue", "removeable", "resizeable", or "removeable" because all are accepted variant spellings and I don't know what the policy is on such things.
Diffstat (limited to 'docs/html/videos')
-rw-r--r--docs/html/videos/index.jd6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/videos/index.jd b/docs/html/videos/index.jd
index c9c88cf..34e7005 100644
--- a/docs/html/videos/index.jd
+++ b/docs/html/videos/index.jd
@@ -98,7 +98,7 @@ function renderPlaylist(data) {
// Check whether this playlist includes the video title inside the description meta-data, so we can remove it
if (playlistsWithTitleInDescription.indexOf(playlistId) != -1) {
var lines = fullDescription.split("\n");
- // If the first line includes the first 17 chars from the title, let's use the title from the desciption instead (because it's a more complete title)
+ // If the first line includes the first 17 chars from the title, let's use the title from the description instead (because it's a more complete title)
// This accounts for, literally, "Google I/O 2009 -", which is (so far) the min AND max for properly identifying a title in the only playlist with titles in the description
if (lines[0].indexOf(title.slice(0,16)) != -1) {
h3Title = "<h3>" + lines[0] + "</h3>";
@@ -332,7 +332,7 @@ function clickDefaultVideo() {
<script type="text/javascript">
// Initialization actions
showFeatured(); // load featured videos
-showPlaylists(); // load playslists
+showPlaylists(); // load playlists
</script>
- \ No newline at end of file
+