summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Alsharifi <bilal.alsharifi@gmail.com>2020-10-22 12:43:22 -0400
committerBilal Alsharifi <bilal.alsharifi@gmail.com>2020-10-22 12:43:22 -0400
commit47067b995028c5aec4c01f6ed0e0fc3463251e0b (patch)
tree39fe480cf49460cd8290f6cb945ed51ce4d5ad24
parente3ac273537535811fe7257f6be2097374c6993a6 (diff)
downloadsdl_android-47067b995028c5aec4c01f6ed0e0fc3463251e0b.tar.gz
Fix typo
-rw-r--r--android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java b/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java
index 7053e493d..469c523f0 100644
--- a/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java
+++ b/android/sdl_android/src/androidTest/java/com/smartdevicelink/test/rpc/RPCGenericTests.java
@@ -42,7 +42,7 @@ import static junit.framework.TestCase.fail;
*
* Enums
* - The enums exist in code and their names and deprecation status match the spec
- * - They enums have a value for every element in the spec and the names and deprecation status match the spec
+ * - The enums have a value for every element in the spec and the names and deprecation status match the spec
*/
@RunWith(AndroidJUnit4.class)
public class RPCGenericTests {