You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by an...@apache.org on 2005/06/07 10:40:31 UTC

svn commit: r188734 - /excalibur/trunk/site/xdocs/index.xml

Author: antonio
Date: Tue Jun  7 01:40:30 2005
New Revision: 188734

URL: http://svn.apache.org/viewcvs?rev=188734&view=rev
Log:
Fix typos. See: EXBLR-23

Modified:
    excalibur/trunk/site/xdocs/index.xml

Modified: excalibur/trunk/site/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/site/xdocs/index.xml?rev=188734&r1=188733&r2=188734&view=diff
==============================================================================
--- excalibur/trunk/site/xdocs/index.xml (original)
+++ excalibur/trunk/site/xdocs/index.xml Tue Jun  7 01:40:30 2005
@@ -37,7 +37,7 @@
 
             <p>
                 Inversion of control, also known as the hollywood principle ("don't call us,
-                we'll call you") is a simple put powerful concept. The idea is that we
+                we'll call you"), is simply put a powerful concept. The idea is that we
                 don't "wire up" all the pieces that make up an application (the "components") by
                 writing lots of this-component-uses-that-one-like-so code, nor do we use some
                 kind of lookup directory (like
@@ -49,7 +49,7 @@
             <p>
                 Fortress (and also its predecessor, "ECM") is such a container. It is
                 <em>lightweight</em>, by which we mean that it doesn't need a lot of resources,
-                take a lot of disk or memory, or impose all sorts of demans on its environment. Fortress
+                take a lot of disk or memory, or impose all sorts of demands on its environment. Fortress
                 is also <em>embeddable</em>, by which we mean that you can use fortress inside just
                 about every java environment. More concretely, you can use it as the basis of a
                 large standalone development platform (like the



---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org