You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by am...@apache.org on 2010/11/22 09:10:41 UTC

svn commit: r1037628 - /cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt

Author: amaniatis
Date: Mon Nov 22 08:10:41 2010
New Revision: 1037628

URL: http://svn.apache.org/viewvc?rev=1037628&view=rev
Log:
Fix minor spelling mistake.

Modified:
    cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt

Modified: cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt?rev=1037628&r1=1037627&r2=1037628&view=diff
==============================================================================
--- cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt (original)
+++ cayenne/main/trunk/docs/doc/src/main/resources/UPGRADE.txt Mon Nov 22 08:10:41 2010
@@ -37,7 +37,7 @@ application.
   ObjectContext context = cayenneRuntime.getContext();
 
 * No static configuration singleton: Cayenne 3.1 completely gets rid of a (previously 
-  optional, but widely used) "Configuiration.sharedConfiguration" singleton. This 
+  optional, but widely used) "Configuration.sharedConfiguration" singleton. This 
   change was done to acknowledge the fact that single configuration per application 
   is just a special case, and generally user can instantiate as many configurations 
   (or ServerRuntime's in 3.1 terms) as appropriate. This however means that the