diff --git a/tutorial.ht b/tutorial.ht
index fed0301..e1bbe3e 100644
--- a/tutorial.ht
+++ b/tutorial.ht
@@ -34,7 +34,7 @@ char *get_time()
Interface file
-Now, in order to add these files to your favorite language, you need to write an
+Now, in order to add these functions to your favorite language, you need to write an
"interface file" which is the input to SWIG. An interface file for these
C functions might look like this :