Correcting spelling errors in logs

When ALOOPER_POLL_ERROR appears, replace the original output log information with ALOOPER_POLL_ERROR.

Change-Id: I445a7a5b2b98da5d748f223bd7a39681ba0d3160
Signed-off-by: wanghuan16 <wanghuan16@xiaomi.com>
diff --git a/services/sensorservice/tests/sensorservicetest.cpp b/services/sensorservice/tests/sensorservicetest.cpp
index caf7f03..1406bb3 100644
--- a/services/sensorservice/tests/sensorservicetest.cpp
+++ b/services/sensorservice/tests/sensorservicetest.cpp
@@ -130,7 +130,7 @@
                 printf("ALOOPER_POLL_TIMEOUT\n");
                 break;
             case ALOOPER_POLL_ERROR:
-                printf("ALOOPER_POLL_TIMEOUT\n");
+                printf("ALOOPER_POLL_ERROR\n");
                 break;
             default:
                 printf("ugh? poll returned %d\n", ret);