summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2019-04-04 16:41:52 -0400
committerJoey Grover <joeygrover@gmail.com>2019-04-04 16:41:52 -0400
commitec0043bda646ce702e871a1fe58d019904cfeec0 (patch)
treea3b9365b4f1eafb61729074eeffae8b10a41c94d
parent8ccbbb49a1cabfe25e6bee83db9ef7d773417558 (diff)
downloadsdl_android-ec0043bda646ce702e871a1fe58d019904cfeec0.tar.gz
Fix typo in AppServicesCapabilities
-rw-r--r--base/src/main/java/com/smartdevicelink/proxy/rpc/AppServicesCapabilities.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/src/main/java/com/smartdevicelink/proxy/rpc/AppServicesCapabilities.java b/base/src/main/java/com/smartdevicelink/proxy/rpc/AppServicesCapabilities.java
index d00c09076..95fcb864c 100644
--- a/base/src/main/java/com/smartdevicelink/proxy/rpc/AppServicesCapabilities.java
+++ b/base/src/main/java/com/smartdevicelink/proxy/rpc/AppServicesCapabilities.java
@@ -86,7 +86,7 @@ public class AppServicesCapabilities extends RPCStruct {
}
/**
- * This method will update the current List<AppServiceCapability> with the udpated items. If the
+ * This method will update the current List<AppServiceCapability> with the updated items. If the
* items don't exist in the original ist they will be added. If the original list is null or
* empty, the new list will simply be set as the list.
* @param updatedAppServiceCapabilities the List<AppServiceCapability> that have been updated