Author: danhaywood
Date: Mon Nov 26 14:44:13 2012
New Revision: 1413656

URL: http://svn.apache.org/viewvc?rev=1413656&view=rev
Log:
isis documentation

Modified:
    isis/site/trunk/lib/path.pm

Modified: isis/site/trunk/lib/path.pm
URL: 
http://svn.apache.org/viewvc/isis/site/trunk/lib/path.pm?rev=1413656&r1=1413655&r2=1413656&view=diff
==============================================================================
--- isis/site/trunk/lib/path.pm (original)
+++ isis/site/trunk/lib/path.pm Mon Nov 26 14:44:13 2012
@@ -20,13 +20,13 @@ our @patterns = (
 
 ) ;
 
-# The %dependecies hash is used when building pages that reference or depend
+# The %dependencies hash is used when building pages that reference or depend
 # upon other pages -- e.g. a sitemap, which depends upon the pages that it
 # links to.  The keys for %dependencies are filepaths, and the values are
 # arrayrefs containing other filepaths.
 
 our %dependencies = (
-    "/sitemap.html" => [ grep s!^content!!, glob "content/*.mdtext" ],
+    "/sitemap.html" => [ grep s!^content!!, glob "content/*.md" ],
 );
 
 1;


Reply via email to