Apologize for the oversight. (There is always a first time.) Albert Lee.
On Tue, Mar 11, 2008 at 3:31 PM, Craig L Russell <[EMAIL PROTECTED]> wrote: > Reminder: > > When checking code into the repository on behalf of a contributor, the > commit message must include attribution, e.g. > > "OPENJPA-535 fix comment typos; contributed by Lars Kuhne" > > Thanks, > > Craig > > On Mar 11, 2008, at 1:04 PM, [EMAIL PROTECTED] wrote: > > > Author: allee8285 > > Date: Tue Mar 11 13:04:54 2008 > > New Revision: 636088 > > > > URL: http://svn.apache.org/viewvc?rev=636088&view=rev > > Log: > > OPENJPA-535 - fix comment typos. > > > > Modified: > > openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/ > > openjpa/jdbc/schema/SchemaFactory.java > > openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/ > > openjpa/lib/util/Localizer.java > > > > Modified: openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/ > > apache/openjpa/jdbc/schema/SchemaFactory.java > > URL: > http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/schema/SchemaFactory.java?rev=636088&r1=636087&r2=636088&view=diff > > = > > = > > = > > = > > = > > = > > = > > = > > ====================================================================== > > --- openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/ > > openjpa/jdbc/schema/SchemaFactory.java (original) > > +++ openjpa/branches/1.0.x/openjpa-jdbc/src/main/java/org/apache/ > > openjpa/jdbc/schema/SchemaFactory.java Tue Mar 11 13:04:54 2008 > > @@ -20,9 +20,9 @@ > > > > /** > > * Factory for [EMAIL PROTECTED] SchemaGroup}s. Users can plug in their own > > factory > > - * implementation, or rely on the ones provided. Most schema > > factoryies > > + * implementation, or rely on the ones provided. Most schema > > factories > > * will probably implement [EMAIL PROTECTED] > > org.apache.openjpa.lib.conf.Configurable} to > > - * receive the system congiguration on construction. > > + * receive the system configuration on construction. > > * > > * @author Abe White > > */ > > > > Modified: openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/ > > apache/openjpa/lib/util/Localizer.java > > URL: > http://svn.apache.org/viewvc/openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/openjpa/lib/util/Localizer.java?rev=636088&r1=636087&r2=636088&view=diff > > = > > = > > = > > = > > = > > = > > = > > = > > ====================================================================== > > --- openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/ > > openjpa/lib/util/Localizer.java (original) > > +++ openjpa/branches/1.0.x/openjpa-lib/src/main/java/org/apache/ > > openjpa/lib/util/Localizer.java Tue Mar 11 13:04:54 2008 > > @@ -34,13 +34,13 @@ > > > > /** > > * The Localizer provides convenient access to localized > > - * strings. It inlcudes built-in support for parameter substitution > > through > > + * strings. It includes built-in support for parameter substitution > > through > > * the use of the [EMAIL PROTECTED] MessageFormat} utility. > > * Strings are stored in per-package [EMAIL PROTECTED] Properties} files. > > * The property file for the default locale must be named > > * <code>localizer.properties</code>. Additional locales can be > > supported > > * through additional property files using the naming conventions > > specified > > - * in the [EMAIL PROTECTED] ResourceBundle} class. For example, the german > > locale > > + * in the [EMAIL PROTECTED] ResourceBundle} class. For example, the German > > locale > > * could be supported through a <code>localizer_de_DE.properties</ > > code> file. > > * > > * @author Abe White > > > > > > Craig Russell > Architect, Sun Java Enterprise System http://java.sun.com/products/jdo > 408 276-5638 mailto:[EMAIL PROTECTED] > P.S. A good JDO? O, Gasp! > > -- Albert Lee.
