Forráskód Böngészése

Merge pull request #1123 from drew-wells/master

Fix APLN typo
bel2125 2 éve
szülő
commit
c39e143cda
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/civetweb.c

+ 1 - 1
src/civetweb.c

@@ -6594,7 +6594,7 @@ handle_request_stat_log(struct mg_connection *conn)
 
 #if defined(USE_HTTP2)
 #if defined(NO_SSL)
-#error "HTTP2 requires ALPN, APLN requires SSL/TLS"
+#error "HTTP2 requires ALPN, ALPN requires SSL/TLS"
 #endif
 #define USE_ALPN
 #include "http2.inl"