Fix typos for the word "Unsupported".
Bug: https://code.google.com/p/android/issues/detail?id=206490 Change-Id: Ie1b2c2b0960d8dd8c12ed06d84a16913cd057221
This commit is contained in:
@@ -59,7 +59,7 @@ public final class ScriptIntrinsicResize extends ScriptIntrinsic {
|
||||
!e.isCompatible(Element.F32_2(mRS)) &&
|
||||
!e.isCompatible(Element.F32_3(mRS)) &&
|
||||
!e.isCompatible(Element.F32_4(mRS))) {
|
||||
throw new RSIllegalArgumentException("Unsuported element type.");
|
||||
throw new RSIllegalArgumentException("Unsupported element type.");
|
||||
}
|
||||
|
||||
mInput = ain;
|
||||
|
||||
Reference in New Issue
Block a user