Kaynağa Gözat

Merge pull request #1123 from drew-wells/master

Fix APLN typo
bel2125 2 yıl önce
ebeveyn
işleme
c39e143cda
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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"