Index: openacs-4/packages/acs-templating/www/doc/developer-guide.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/developer-guide.html,v
diff -u -r1.5 -r1.6
--- openacs-4/packages/acs-templating/www/doc/developer-guide.html	7 Aug 2017 23:48:02 -0000	1.5
+++ openacs-4/packages/acs-templating/www/doc/developer-guide.html	3 Sep 2024 15:37:35 -0000	1.6
@@ -18,7 +18,7 @@
     use of templating.  The Tcl page should fill the data sources you
     promised in the contract, and not write to the connection.  At the
     end of your Tcl page, call <code>ad_return_template</code>.  The
-    template system will look for an adp page with the file name stub
+    template system will look for an adp page with the filename stub
     you indicate (defaulting to the same stub as the Tcl page),
     process that, and deliver it to the client.  The adp page can use
     the datasources defined in the Tcl page.