summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2004-10-14 05:34:12 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2004-10-14 05:34:12 +0000
commit63061bd7455ae24291504e8fbec5d87f18ccc0a8 (patch)
treee2d26198df5bee2be03ebe7f2ee430ab2c0f83ec /modules
parent583e63c136d388f8f54222960a0f2c46e4dbc8e9 (diff)
downloadbrdo-63061bd7455ae24291504e8fbec5d87f18ccc0a8.tar.gz
brdo-63061bd7455ae24291504e8fbec5d87f18ccc0a8.tar.bz2
fixing typoes.
Diffstat (limited to 'modules')
-rw-r--r--modules/book.module2
-rw-r--r--modules/book/book.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/book.module b/modules/book.module
index 8698c3a00..02323e2b1 100644
--- a/modules/book.module
+++ b/modules/book.module
@@ -805,7 +805,7 @@ function book_help($section) {
}
if (arg(0) == 'node' && is_numeric(arg(1)) && arg(2) == 'outline') {
- return t('The outline feature allowes you to include post in the <a href="%book">book hierarchy</a>.', array('%book' => url('book')));
+ return t('The outline feature allows you to include posts in the <a href="%book">book hierarchy</a>.', array('%book' => url('book')));
}
}
diff --git a/modules/book/book.module b/modules/book/book.module
index 8698c3a00..02323e2b1 100644
--- a/modules/book/book.module
+++ b/modules/book/book.module
@@ -805,7 +805,7 @@ function book_help($section) {
}
if (arg(0) == 'node' && is_numeric(arg(1)) && arg(2) == 'outline') {
- return t('The outline feature allowes you to include post in the <a href="%book">book hierarchy</a>.', array('%book' => url('book')));
+ return t('The outline feature allows you to include posts in the <a href="%book">book hierarchy</a>.', array('%book' => url('book')));
}
}