1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typos

This commit is contained in:
Stefan Kangas 2022-12-06 16:55:39 +01:00
parent a37df90276
commit 8fb2afe051
10 changed files with 13 additions and 13 deletions

View file

@ -34,7 +34,7 @@ git clone "https://github.com/tree-sitter/${repo}.git" \
--depth 1 --quiet
cp "${grammardir}"/grammar.js "${sourcedir}"
# We have to go into the source directory to compile, because some
# C files referes to files like "../../common/scanner.h".
# C files refer to files like "../../common/scanner.h".
cd "${sourcedir}"
### Build