htmlfiles.h: incfiles html/* html/js/*
./incfiles > $@
-# We explicilt build settings in two steps, as settings modifies files in the settings/rust subdir
+# We explicitly build settings in two steps, as settings modifies files in the settings/rust subdir
SUBDIRS=ext settings settings/rust
if LUA
#ifdef __OpenBSD__
// OpenBSD does not like mmap MAP_STACK regions that have
// PROT_NONE, so allocate r/w and mprotect the guard pages
- // explictly.
+ // explicitly.
const int protection = PROT_READ | PROT_WRITE;
#else
const int protection = PROT_NONE;