Преглед изворни кода

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