[Zope3-checkins] CVS: Zope3/doc/zcml/namespaces.zope.org/browser - addview.stx:1.2 menuItems.stx:1.2 view.stx:1.7

Anthony Baxter anthony@interlink.com.au
Mon, 14 Jul 2003 09:32:09 -0400


Update of /cvs-repository/Zope3/doc/zcml/namespaces.zope.org/browser
In directory cvs.zope.org:/tmp/cvs-serv7204/doc/zcml/namespaces.zope.org/browser

Modified Files:
	addview.stx menuItems.stx view.stx 
Log Message:
speling-geddon. 

if you don't know how to spell a word, use the dictionary ;)


=== Zope3/doc/zcml/namespaces.zope.org/browser/addview.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/browser/addview.stx:1.1	Tue Dec 31 13:26:48 2002
+++ Zope3/doc/zcml/namespaces.zope.org/browser/addview.stx	Mon Jul 14 09:31:32 2003
@@ -4,7 +4,7 @@
   
   An add view is a view for a specific adding interface,
   IAdding. This directive is a convenience directive that allows
-  the for interface to be ommitted, since it is implied.
+  the for interface to be omitted, since it is implied.
   
   The pages provided by the defined view are accessed by first
   traversing to the view name and then traversing to the page


=== Zope3/doc/zcml/namespaces.zope.org/browser/menuItems.stx 1.1 => 1.2 ===
--- Zope3/doc/zcml/namespaces.zope.org/browser/menuItems.stx:1.1	Tue Dec 31 13:26:48 2002
+++ Zope3/doc/zcml/namespaces.zope.org/browser/menuItems.stx	Mon Jul 14 09:31:32 2003
@@ -50,15 +50,15 @@
 
           The id of the permission needed access the item
           
-          This can usually be infered by the system, however, doing
+          This can usually be inferred by the system, however, doing
           so may be expensive. When displaying a menu, the system
           tries to traverse to the URLs given in each action to
-          determine whether the url is accessable to the current
+          determine whether the url is accessible to the current
           user.  This can be avoided if the permission is given explicitly.
 
         description -- 
 
-          A longer explaination of the menu item
+          A longer explanation of the menu item
           
           A UI may display this with the item or display it when the
           user requests more assistance.


=== Zope3/doc/zcml/namespaces.zope.org/browser/view.stx 1.6 => 1.7 ===
--- Zope3/doc/zcml/namespaces.zope.org/browser/view.stx:1.6	Tue Dec 31 13:26:48 2002
+++ Zope3/doc/zcml/namespaces.zope.org/browser/view.stx	Mon Jul 14 09:31:32 2003
@@ -1,6 +1,6 @@
 view (class zope.app.publisher.browser.view)
 
-  The view directive defines a viewe that has subpages.
+  The view directive defines a view that has subpages.
   
   The pages provided by the defined view are accessed by first
   traversing to the view name and then traversing to the page