浏览代码

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);
     }