From 63061bd7455ae24291504e8fbec5d87f18ccc0a8 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 14 Oct 2004 05:34:12 +0000 Subject: fixing typoes. --- modules/book.module | 2 +- modules/book/book.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 book hierarchy.', array('%book' => url('book'))); + return t('The outline feature allows you to include posts in the book hierarchy.', 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 book hierarchy.', array('%book' => url('book'))); + return t('The outline feature allows you to include posts in the book hierarchy.', array('%book' => url('book'))); } } -- cgit v1.2.3