From 35bf32ff0f44312a02f20a3f48535b6d0d3e01f6 Mon Sep 17 00:00:00 2001 From: Tyler Trephan Date: Wed, 27 Dec 2023 20:02:52 +0000 Subject: [PATCH] Fixed spelling mistake in LaneCenteringAssistCommand Test: None Bug: 290972334 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:077e36dee61db38ad8d0e28a62542e571e2921ae) Merged-In: Ic85ba803abe349ea9a7edd7dca5cbe7159df34ac Change-Id: Ic85ba803abe349ea9a7edd7dca5cbe7159df34ac --- .../hardware/automotive/vehicle/VehicleProperty.aidl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl index d9c6de7ef9..717f5616da 100644 --- a/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl +++ b/automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/VehicleProperty.aidl @@ -4625,11 +4625,11 @@ enum VehicleProperty { * * Commands to activate and suspend LCA. * - * When the command ACTIVATE from LaneCenteringAssistCommmand is sent, + * When the command ACTIVATE from LaneCenteringAssistCommand is sent, * LANE_CENTERING_ASSIST_STATE must be set to LaneCenteringAssistState#ACTIVATION_REQUESTED. * When the ACTIVATE command succeeds, LANE_CENTERING_ASSIST_STATE must be set to * LaneCenteringAssistState#ACTIVATED. When the command DEACTIVATE from - * LaneCenteringAssistCommmand succeeds, LANE_CENTERING_ASSIST_STATE must be set to + * LaneCenteringAssistCommand succeeds, LANE_CENTERING_ASSIST_STATE must be set to * LaneCenteringAssistState#ENABLED. * * For the global area ID (0), the VehicleAreaConfig#supportedEnumValues must be defined unless @@ -4645,7 +4645,7 @@ enum VehicleProperty { * * @change_mode VehiclePropertyChangeMode.ON_CHANGE * @access VehiclePropertyAccess.WRITE - * @data_enum LaneCenteringAssistCommmand + * @data_enum LaneCenteringAssistCommand */ LANE_CENTERING_ASSIST_COMMAND = 0x100B + VehiclePropertyGroup.SYSTEM + VehicleArea.GLOBAL + VehiclePropertyType.INT32,