From 024c9d177bb7ec7905651a7f46c5718eec4b89c0 Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sat, 23 Oct 2010 15:35:35 +0000
Subject: [PATCH] #915734 by amateescu: Fixed book-export-html.tpl.php has
 wrong variable name in doc

---
 modules/book/book-export-html.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/book/book-export-html.tpl.php b/modules/book/book-export-html.tpl.php
index 8dbc3e859e07..0af42a306b73 100644
--- a/modules/book/book-export-html.tpl.php
+++ b/modules/book/book-export-html.tpl.php
@@ -11,7 +11,7 @@
  * - $language: Language code. e.g. "en" for english.
  * - $language_rtl: TRUE or FALSE depending on right to left language scripts.
  * - $base_url: URL to home page.
- * - $content: Nodes within the current outline rendered through
+ * - $contents: Nodes within the current outline rendered through
  *   book-node-export-html.tpl.php.
  *
  * @see template_preprocess_book_export_html()
-- 
GitLab