diff options
| author | Stefan Kangas | 2022-12-06 16:55:39 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-08 07:17:47 +0100 |
| commit | 8fb2afe051168b2eac2bba0ee102039d0af90a05 (patch) | |
| tree | 812e09025e9707b3be8297b46dcaa31c6425f384 /admin/notes | |
| parent | a37df90276a1a8a5c185cf9e523a2cc1176b2fc4 (diff) | |
| download | emacs-8fb2afe051168b2eac2bba0ee102039d0af90a05.tar.gz emacs-8fb2afe051168b2eac2bba0ee102039d0af90a05.zip | |
; Fix typos
Diffstat (limited to 'admin/notes')
| -rwxr-xr-x | admin/notes/tree-sitter/build-module/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/tree-sitter/build-module/build.sh b/admin/notes/tree-sitter/build-module/build.sh index a71ccaa4edb..d562f1a7846 100755 --- a/admin/notes/tree-sitter/build-module/build.sh +++ b/admin/notes/tree-sitter/build-module/build.sh | |||
| @@ -34,7 +34,7 @@ git clone "https://github.com/tree-sitter/${repo}.git" \ | |||
| 34 | --depth 1 --quiet | 34 | --depth 1 --quiet |
| 35 | cp "${grammardir}"/grammar.js "${sourcedir}" | 35 | cp "${grammardir}"/grammar.js "${sourcedir}" |
| 36 | # We have to go into the source directory to compile, because some | 36 | # We have to go into the source directory to compile, because some |
| 37 | # C files referes to files like "../../common/scanner.h". | 37 | # C files refer to files like "../../common/scanner.h". |
| 38 | cd "${sourcedir}" | 38 | cd "${sourcedir}" |
| 39 | 39 | ||
| 40 | ### Build | 40 | ### Build |