summaryrefslogtreecommitdiff
path: root/tests/tests/graphics/src/android/graphics/cts/utils/CamUtils.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests/graphics/src/android/graphics/cts/utils/CamUtils.java')
-rw-r--r--tests/tests/graphics/src/android/graphics/cts/utils/CamUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests/graphics/src/android/graphics/cts/utils/CamUtils.java b/tests/tests/graphics/src/android/graphics/cts/utils/CamUtils.java
index fe129e868aa..75af2705240 100644
--- a/tests/tests/graphics/src/android/graphics/cts/utils/CamUtils.java
+++ b/tests/tests/graphics/src/android/graphics/cts/utils/CamUtils.java
@@ -34,7 +34,7 @@ import android.graphics.Color;
*
* <p>XYZ is commonly used as an intermediate color space for converting between one color space to
* another. For example, to convert RGB to L*a*b*, first RGB is converted to XYZ, then XYZ is
- * convered to L*a*b*.
+ * converted to L*a*b*.
*
* <p>sRGB is a "specification originated from work in 1990s through cooperation by Hewlett-Packard
* and Microsoft, and it was designed to be a standard definition of RGB for the internet, which it