diff --git a/java/res/values/spinner-style.xml b/java/res/values/spinner-style.xml
index 6ad958d16f745f2251689f330dfc235e49f53234..4043ad49c8803efdd30fd038e048ed2e57386a3a 100644
--- a/java/res/values/spinner-style.xml
+++ b/java/res/values/spinner-style.xml
@@ -21,7 +21,7 @@
 <resources xmlns:android="http://schemas.android.com/apk/res/android">
     <!-- Until KitKat (API 19), {@link android.widget.Spinner} of dialog mode in a Dialog can't
          handle orientation change correctly. Using dropdown mode avoids the issue.
-         This file is overrode by values-v19/spinner-style.xml on KitKat and newer device. -->
+         This file is overridden by values-v19/spinner-style.xml on KitKat and newer device. -->
     <style name="additionalSubtypeSpinnerStyle">
         <item name="android:spinnerMode">dropdown</item>
     </style>