diff options
Diffstat (limited to 'modules/book.module')
-rw-r--r-- | modules/book.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/book.module b/modules/book.module index 094844d93..d4e408ccb 100644 --- a/modules/book.module +++ b/modules/book.module @@ -299,7 +299,7 @@ function book_outline() { /** - * Return the the most recent revision that matches the specified conditions. + * Return the most recent revision that matches the specified conditions. */ function book_revision_load($page, $conditions = array()) { |