Fix spelling of presence in Occupant Awareness.

Test: Build test
Change-Id: I1961c54cafd343acd75fac04535e952000dbdb99
diff --git a/automotive/occupant_awareness/aidl/default/OccupantAwareness.cpp b/automotive/occupant_awareness/aidl/default/OccupantAwareness.cpp
index ef5055f..a156075 100644
--- a/automotive/occupant_awareness/aidl/default/OccupantAwareness.cpp
+++ b/automotive/occupant_awareness/aidl/default/OccupantAwareness.cpp
@@ -25,7 +25,7 @@
 
 using ndk::ScopedAStatus;
 
-static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENSE_DETECTION |
+static const int32_t kAllCapabilities = OccupantAwareness::CAP_PRESENCE_DETECTION |
                                         OccupantAwareness::CAP_GAZE_DETECTION |
                                         OccupantAwareness::CAP_DRIVER_MONITORING_DETECTION;