aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-05-18 07:54:13 +0100
committerJuan J. Martinez <jjm@usebox.net>2021-05-18 07:54:13 +0100
commitbd9191e1af5362d074356bb9b97498f29c049921 (patch)
tree10045d54f1e191c86b85add78d10ee7a87902cbc /tools
parent62b312980033bad470531905f2bcdb3b46cc1c14 (diff)
downloadbeeper-int-zx-bd9191e1af5362d074356bb9b97498f29c049921.tar.gz
beeper-int-zx-bd9191e1af5362d074356bb9b97498f29c049921.zip
Typos
Diffstat (limited to 'tools')
-rw-r--r--tools/sfx2h.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/sfx2h.md b/tools/sfx2h.md
index bfd6b88..ecd2bc2 100644
--- a/tools/sfx2h.md
+++ b/tools/sfx2h.md
@@ -41,11 +41,11 @@ extern const struct beeper_sfx sounds[];
#endif // SOUNDS_H_
```
-You can include it normally on any C file, just remember to define `LOCAL`
+You can include it normally in any C file, just remember to define `LOCAL`
before included in the module containing the data (only once!).
## CAVEATS
-* Is not perfuming exhaustive checks on the effects' names or the provided id
+* Is not performing exhaustive checks on the effects' names or the provided id
* `LOCAL` is not undefined after used