From 12edbe17510cd082845464afffe7495c59fa2622 Mon Sep 17 00:00:00 2001
From: Aurimas Liutikas
Date: Wed, 8 Jun 2016 17:01:17 -0700
Subject: [PATCH] Fix a spelling error in Supporting Languages page.
Bug:
https://code.google.com/p/android/issues/detail?id=71378
Change-Id: I82bc1b3e9b20fdafc74ef544e5bde4f22c47f2e3
(cherry picked from commit 52eae0ac1e78fc22cae962a99d19ed6f33d2a2da)
---
docs/html/training/basics/supporting-devices/languages.jd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/html/training/basics/supporting-devices/languages.jd b/docs/html/training/basics/supporting-devices/languages.jd
index 40484b12f7a3d..8dad620ba52e1 100644
--- a/docs/html/training/basics/supporting-devices/languages.jd
+++ b/docs/html/training/basics/supporting-devices/languages.jd
@@ -41,7 +41,7 @@ your string values.
To add support for more languages, create additional values directories inside
res/ that include a hyphen and the ISO language code at the end of the
directory name. For example, values-es/ is the directory containing simple
-resourcess for the Locales with the language code "es". Android loads the appropriate resources
+resources for the Locales with the language code "es". Android loads the appropriate resources
according to the locale settings of the device at run time. For more information, see
Providing Alternative Resources.