From a70db7ad7c7bf56a79d7cb069475dee2cb6f72e2 Mon Sep 17 00:00:00 2001 From: Dennis Jenkins Date: Wed, 9 Feb 2022 20:06:20 -0800 Subject: [PATCH] Correct minor spelling mistake in building.md --- doc/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/building.md b/doc/building.md index b220af3..9e41968 100644 --- a/doc/building.md +++ b/doc/building.md @@ -21,7 +21,7 @@ rollup -c rollup.config.js Generate the `mapserver` binary: ```bash -# build the binary for the current playtform +# build the binary for the current platform go build # (optionally) run the unit-tests