Explorar o código

typo fix, sorry for garbage commits

Stasik0 %!s(int64=10) %!d(string=hai) anos
pai
achega
b22b726a65
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
     }