Fix typos in comments, documentation and strings (#1615)

All of them were found using codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2017-07-06 00:17:38 +02:00
committed by Aleksandar Fabijanic
parent a9598960e4
commit 8ccee8928c
56 changed files with 143 additions and 143 deletions

View File

@@ -28,7 +28,7 @@ ifdef POCO_UNBUNDLED
SYSLIBS += -lz -lpcre -lexpat
endif
# Rule for runnning PageCompiler
# Rule for running PageCompiler
src/%.cpp: src/%.cpsp
@echo "** Compiling Page" $<
$(SET_LD_LIBRARY_PATH) $(PAGECOMPILER) $<