summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae Seo <jaeseo@google.com>2015-06-23 17:57:23 -0700
committerJae Seo <jaeseo@google.com>2015-06-23 17:57:23 -0700
commit3fc771fc32de3cf212c0261325aa7d8854567185 (patch)
treecdbf1f916d5a0f4792df857ff01b32da44230f32
parentb58138a677e9b08f22339c29743da41c999c25f5 (diff)
downloadandroid_packages_providers_TvProvider-3fc771fc32de3cf212c0261325aa7d8854567185.tar.gz
android_packages_providers_TvProvider-3fc771fc32de3cf212c0261325aa7d8854567185.tar.bz2
android_packages_providers_TvProvider-3fc771fc32de3cf212c0261325aa7d8854567185.zip
Fix a typo in genre mapping
Change-Id: I8887646412f62ad28677b856615548d0b4ae40c5
-rw-r--r--res/values/arrays.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index e73d58f..a85f71f 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -365,7 +365,7 @@
<item>Documentary|NEWS</item>
<item>Education|EDUCATION</item>
<item>Educative|EDUCATION</item>
- <item>Enginnering services|TECH_SCIENCE</item>
+ <item>Engineering services|TECH_SCIENCE</item>
<item>Erotic|MOVIES</item>
<item>Fashion|LIFE_STYLE</item>
<item>Feminine|ENTERTAINMENT</item>
@@ -404,4 +404,4 @@
<item>Variety|ENTERTAINMENT</item>
<item>Variety show|ENTERTAINMENT</item>
</string-array>
-</resources> \ No newline at end of file
+</resources>