Kaynağa Gözat

fixing typo in comment

Holger Jeromin 9 yıl önce
ebeveyn
işleme
6f6b764392
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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) {