소스 검색

typo fix, sorry for garbage commits

Stasik0 10 년 전
부모
커밋
b22b726a65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/server_rpi.c

+ 1 - 1
examples/server_rpi.c

@@ -38,7 +38,7 @@ static UA_StatusCode readTemperature(const void *handle, UA_DataValue *value) {
       }
 
     if(fscanf(temperatureFile, "%lf", currentTemperature) != 1){
-    	printf("Can not open parse temperature!\n");
+    	printf("Can not parse temperature!\n");
     	exit(1);
     }