Index: persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/Bundle.properties =================================================================== --- persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/Bundle.properties (revision 34026) +++ persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/Bundle.properties (working copy) @@ -187,7 +187,7 @@ core.configuration.iddescnofield=JDO76103: The SqlIDDesc object was not set up properly. There are no field descriptors available. core.configuration.loadfailed.class=JDO76104: Failed to load the configuration for class {0}. core.configuration.noneexistentpkfield=JDO76105: The field {0} in the ObjectId class {1} does not exist in the PersistenceCapable class {2}. -core.configuration.unsupportedconsistencylevel=JDO76106: The class {0} has an unsupported consistency level. Currently supported consistecy levels are "none", "check-modified-at-commit", "lock-when-loaded", and "check-version-of-accessed-instances". +core.configuration.unsupportedconsistencylevel=JDO76106: The class {0} has an unsupported consistency level. Currently supported consistency levels are "none", "check-modified-at-commit", "lock-when-loaded", and "check-version-of-accessed-instances". core.configuration.validationfailed=JDO76107: The mapping for class {0} is invalid:\n{1}. core.configuration.validationproblem=JDO76108: Validation error in class {0}: {1} # @@ -337,7 +337,7 @@ # Message ID Range: JDO76300 - JDO76399 ############################################################################### core.constraint.duporderby=JDO76300: The constraint is an \"order by\" for the field {0} which has already been specified in an \"order by\" constraint. -core.constraint.fielddisallowed=JDO76301: The fieldName parameter was specified, but it is dissallowed with the operation {0}. +core.constraint.fielddisallowed=JDO76301: The fieldName parameter was specified, but it is disallowed with the operation {0}. core.constraint.fieldrequired=JDO76302: The fieldName parameter is missing, but the operation {0} requires a field. core.constraint.illegalParameterInfo=JDO76303: addConstraint() for OP_PARAMETER must be called with value of type ParameterInfo. core.constraint.illegalnode=JDO76304: Illegal constraint node {0} in the SqlConstraint stack. @@ -347,7 +347,7 @@ core.constraint.needvalnode=JDO76308: Error in the constraint stack. A value is expected. core.constraint.stackempty=JDO76309: The constraint stack is empty -- not enough values for the number of operator. core.constraint.unknownfield=JDO76310: The field {0} specified in the retrieve descriptor is not a member of the class {1}. -core.constraint.valdisallowed=JDO76311: The value parameter was specified, but it is dissallowed with the operation {0}. +core.constraint.valdisallowed=JDO76311: The value parameter was specified, but it is disallowed with the operation {0}. core.constraint.valrequired=JDO76312: The value parameter is missing, but the operation {0} requires a value. sqlstore.resultdesc.errorgettingvalefromresulset=JDO76313: Error while getting value from resultset at index {0} as resultType {1}. columnSqlType {2}. Exception: {3} sqlstore.resultdesc.foreignfieldprojection=JDO76314: Queries for {0} should not have projections on a relationship field. @@ -459,7 +459,7 @@ # # # -sqlstore.database.dbvendor.cantloadDefaultProperties=JDO76513: Can not load properties for defaul database. +sqlstore.database.dbvendor.cantloadDefaultProperties=JDO76513: Can not load properties for default database. sqlstore.database.dbvendor.init.default=JDO76514: -->Could not load property for vendor type {0}. Defaults will be used. sqlstore.database.dbvendor.cantinstantiateclass=JDO76515: Failed to instantiate the class {0}. # @@ -591,7 +591,7 @@ # ejb.DeploymentHelper.getconnection=Getting connection for JNDI name ''{0}''. -# The messages JDO76606 through JDO76615 that were orginally here +# The messages JDO76606 through JDO76615 that were originally here # have been moved to # cmp/support/ejb/src/com/sun/jdo/spi/persistence/support/ejb/ejbc/Bundle.properties # As part of INF# @@ -612,7 +612,7 @@ ############################################################################### -# +# ############################################################################### # # @@ -630,7 +630,7 @@ ############################################################################### -# ############################################################################### core.configuration.cantloadclass=Failed to load the class {0}. Index: persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/Bundle.properties =================================================================== --- persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/Bundle.properties (revision 34026) +++ persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/Bundle.properties (working copy) @@ -78,7 +78,7 @@ WARN_INVALID_CMRFIELD=JDO71028: The relationship field {1} in bean {0} is invalid because the field is not declared in the deployment descriptor or has already been mapped. WARN_INVALID_RELATIONSHIP_FIELDTYPE=JDO71029: The field type {2} for relationship field {1} in bean {0} is not a supported type. WARN_NO_PKCOLUMN=JDO71030: There is no column in table {0} which can be used to support the server's implementation of unknown key classes. -ERR_INVALID_VERSION_COLUMNS=JDO71031: Mutiple version columns in one bean are not supported. +ERR_INVALID_VERSION_COLUMNS=JDO71031: Multiple version columns in one bean are not supported. WARN_VERSION_COLUMN_INVALID_TABLE=JDO71032: The version column {2} must belong to bean {1}'s primary table: {0}. WARN_VERSION_COLUMN_MISSING=JDO71033: The bean {1}'s primary table {0} must have a version column. ERR_INVALID_CLASS=JDO71035: The class corresponding to the bean {0} is null. Index: persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/Bundle.properties =================================================================== --- persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/Bundle.properties (revision 34026) +++ persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/cmp/Bundle.properties (working copy) @@ -73,7 +73,7 @@ EXC_ConvertPCToEJBLocalObject=JDO73002: Convert PC to EJBLocalObject failed for Primary Key: {0}. #{0}=Primary Key instance -EXC_ConvertPCToEJBLocalObjectCtx=JDO73003: Convert PC to EJBLocalObject with the gived EJBContext failed for Primary Key: {0}. +EXC_ConvertPCToEJBLocalObjectCtx=JDO73003: Convert PC to EJBLocalObject with the given EJBContext failed for Primary Key: {0}. #{0}=Primary Key instance. EXC_DeletedInstanceThisTx=JDO73004: Instance with Primary Key: {0} has been deleted in this transaction. Index: persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/Bundle.properties =================================================================== --- persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/Bundle.properties (revision 34026) +++ persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/ejbqlc/Bundle.properties (working copy) @@ -50,7 +50,7 @@ # 5. ejbqlc code generation error messages # 6. Miscellaneous # -# Under each section, messages that need not be I18Ned are seperated under NOI18N. All other messages +# Under each section, messages that need not be I18Ned are separated under NOI18N. All other messages # need to be numbered. # # When adding a new message: