? context-content-docfix.patch
Index: help/context-content.html
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ctools/help/context-content.html,v
retrieving revision 1.1
diff -u -5 -p -r1.1 context-content.html
--- help/context-content.html	12 Apr 2009 00:10:43 -0000	1.1
+++ help/context-content.html	22 Jun 2009 04:03:43 -0000
@@ -57,11 +57,11 @@ The subtype definition should contain:
 <li>title: The title of the subtype.</li>
 <li>icon: The icon to display for the subtype.</li>
 <li>path: The path for the icon if it is not in the same directory as the plugin.</li>
 <li>description: The short description of the subtype, to be used when selecting it in the UI.</li>
 <li>category: Either a text string for the category, or an array of the text string followed by the category weight.</li>
-<li>required contexts: [Optional] Either a ctools_required_context or ctools_optional_context or array of contexts for this content. If omitted, no contexts are required.</li>
+<li>required context: [Optional] Either a ctools_context_required or ctools_context_optional or array of contexts for this content. If omitted, no contexts are used.</li>
 </ul>
 
 <h3>Rendered content</h3>
 Rendered content is a little more than just HTML.
 <ul>
@@ -74,6 +74,6 @@ Rendered content is a little more than j
 <li>type: The content type.</li>
 <li>subtype: The content subtype. These two may be used together as module-delta for block style rendering.</li>
 </ul>
 
 <h3>Todo: example</h3>
-Todo after implementations are updated to new version.
\ No newline at end of file
+Todo after implementations are updated to new version.
