Parcourir la source

fixing typo in comment

Holger Jeromin il y a 9 ans
Parent
commit
6f6b764392
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {