Fixed typo in attr.resizeableActivity doc.

Change-Id: Ia67ae5ad06d74e5fc2712b90c7513ccd7addf325
diff --git a/core/res/res/values/attrs_manifest.xml b/core/res/res/values/attrs_manifest.xml
index 1849b5c..9678322 100644
--- a/core/res/res/values/attrs_manifest.xml
+++ b/core/res/res/values/attrs_manifest.xml
@@ -1026,7 +1026,7 @@
          resizeable.
 
          <p>NOTE: The value of {@link android.R.attr#screenOrientation} will be ignored for
-         resizeable activities as the system doesn't store fixed orientation on a resizeable
+         resizeable activities as the system doesn't support fixed orientation on a resizeable
          activity. -->
     <attr name="resizeableActivity" format="boolean" />