Explorar o código

fixing typo in comment

Holger Jeromin %!s(int64=9) %!d(string=hai) anos
pai
achega
6f6b764392
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/server.c

+ 1 - 1
examples/server.c

@@ -192,7 +192,7 @@ static void stopHandler(int sign) {
 static UA_ByteString loadCertificate(void) {
 	UA_ByteString certificate = UA_STRING_NULL;
 	FILE *fp = NULL;
-	//FIXME: a potiential bug of locating the certificate, we need to get the path from the server's config
+	//FIXME: a potential bug of locating the certificate, we need to get the path from the server's config
 	fp=fopen("server_cert.der", "rb");
 
 	if(!fp) {