Преглед изворни кода

Merge pull request #1123 from drew-wells/master

Fix APLN typo
bel2125 пре 2 година
родитељ
комит
c39e143cda
1 измењених фајлова са 1 додато и 1 уклоњено
  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"