summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matthew Sedam <matthewsedam@google.com> 2024-04-26 15:42:49 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-04-26 15:42:49 +0000
commit4c9ddfa65c050d21000bfd388c7b9a9fd20c1fd1 (patch)
tree3382da83dc9ec974a0127f0023237cc05f655d9e
parent5285168cee3c9ad8e55f0701fdc7fb8d4b25d835 (diff)
parent348ee6db3723efab94ccef807907655a8ca36b16 (diff)
Merge "Fix typo in ContextHubService.java" into main
-rw-r--r--services/core/java/com/android/server/location/contexthub/ContextHubService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/location/contexthub/ContextHubService.java b/services/core/java/com/android/server/location/contexthub/ContextHubService.java
index e196dee41d1a..573116105dea 100644
--- a/services/core/java/com/android/server/location/contexthub/ContextHubService.java
+++ b/services/core/java/com/android/server/location/contexthub/ContextHubService.java
@@ -922,7 +922,7 @@ public class ContextHubService extends IContextHubService.Stub {
}
/**
- * Handles a message deliveyr status from a Context Hub.
+ * Handles a message delivery status from a Context Hub.
*
* @param messageDeliveryStatus The message delivery status to deliver.
*/