Merge "hwc: Fix typo" into display.lnx.5.0
diff --git a/sdm/libs/hwc2/hwc_display.cpp b/sdm/libs/hwc2/hwc_display.cpp
index deba46b..905f200 100644
--- a/sdm/libs/hwc2/hwc_display.cpp
+++ b/sdm/libs/hwc2/hwc_display.cpp
@@ -1927,7 +1927,7 @@
auto transform = sdm_layer->transform;
os << "layer: " << std::setw(4) << layer->GetId();
os << " z: " << layer->GetZ();
- os << " compositon: " <<
+ os << " composition: " <<
to_string(layer->GetClientRequestedCompositionType()).c_str();
os << "/" <<
to_string(layer->GetDeviceSelectedCompositionType()).c_str();