summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-04-22 15:36:40 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-04-22 15:36:40 -0400
commit252edaea66577327ba533eea5626be8ff860b9d3 (patch)
tree1e574f3b47b44339dfca31656e41b6be2f2a8c05 /doc
parent565e5291cd037c155e976b69f7b8d26c5b64a389 (diff)
clarify
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/write.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn
index 696bc6bc3..11ed312ae 100644
--- a/doc/plugins/write.mdwn
+++ b/doc/plugins/write.mdwn
@@ -98,7 +98,7 @@ function is passed no values.
This allows a plugin to manipulate the list of files that need to be
built when the wiki is refreshed. The function is passed a reference to an
-array of pages that will be rebuilt, and can modify the array, either
+array of files that will be rebuilt, and can modify the array, either
adding or removing files from it.
### scan