Browse Source

typo fix, sorry for garbage commits

Stasik0 10 years ago
parent
commit
b22b726a65
1 changed files with 1 additions and 1 deletions
  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);
     }