From 6f29da445e282aed33a07ead72246df623df1659 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 11 Oct 2023 22:17:54 -0700 Subject: doc: minor HACKING.txt fixup --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'HACKING.txt') diff --git a/HACKING.txt b/HACKING.txt index 1698a98..84a63d8 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -48,7 +48,7 @@ Hacking on rototiller / libtil: 3. Integrating the module into the build system by adding its directory to the existing "configure.ac" and "src/modules/Makefile.am" files, creating its own "src/modules/${new}/Makefile.am" file, and adding - it's produced archive to "src/Makefile.am" for linking. + its produced archive to "src/Makefile.am" for linking. 4. Wiring the module into libtil exposing it to the world by adding it to the modules[] array in "src/til.c". -- cgit v1.2.1