diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-07-03 15:56:04 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-07-03 15:56:04 +0000 |
commit | f14cb1ab2b2b61070ef9dcd3f49a44f0b45a72ef (patch) | |
tree | aabaedd1ef971ad97815d9e30c56e9723b3d0318 /modules/book.module | |
parent | 3a457c36144afe295f4a2f8540b20d30c0d1055c (diff) | |
download | brdo-f14cb1ab2b2b61070ef9dcd3f49a44f0b45a72ef.tar.gz brdo-f14cb1ab2b2b61070ef9dcd3f49a44f0b45a72ef.tar.bz2 |
- Patch #25928 by Uwe: 'the the' -> 'the'.
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()) { |