Merge "HardwarePropertiesManagerService: Fixup log message typo"

This commit is contained in:
TreeHugger Robot
2016-12-21 21:00:55 +00:00
committed by Android (Google) Code Review

View File

@@ -65,7 +65,7 @@ static void nativeInit(JNIEnv* env, jobject obj) {
}
if (gThermalModule == nullptr) {
ALOGE("Undable to get Thermal service.");
ALOGE("Unable to get Thermal service.");
}
}