summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HACKING.txt2
1 files changed, 1 insertions, 1 deletions
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".
© All Rights Reserved