Fix small misspellings

This commit is contained in:
Antonin Décimo
2019-01-28 10:58:14 +01:00
parent 198dcdb987
commit 8366310daf
5 changed files with 5 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
#ifdef CONFIG_REGEX_PCRE
#include <pcre.h>
// For compatiblity with <libpcre-8.20
// For compatibility with <libpcre-8.20
#ifndef PCRE_STUDY_JIT_COMPILE
#define PCRE_STUDY_JIT_COMPILE 0
#define LPCRE_FREE_STUDY(extra) pcre_free(extra)