Small typo fixes.

This commit is contained in:
trifonnt 2009-09-24 18:34:33 +00:00
parent 8d82c29b87
commit b4630b407c
3 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ public abstract class Config
* @param cb ckeck box * @param cb ckeck box
* @param resString resource string key * @param resString resource string key
* @param pass true if test passed * @param pass true if test passed
* @param critical true if critial * @param critical true if critical
* @param errorMsg error Message * @param errorMsg error Message
*/ */
void signalOK (CCheckBox cb, String resString, void signalOK (CCheckBox cb, String resString,
@ -126,7 +126,7 @@ public abstract class Config
} // signalOK } // signalOK
/** /**
* Get Web Store Context Names separared by , * Get Web Store Context Names separated by ,
* @param con connection * @param con connection
* @return String of Web Store Names - e.g. /wstore * @return String of Web Store Names - e.g. /wstore
*/ */

View File

@ -32,7 +32,7 @@ import org.compiere.db.DB_Oracle;
/** /**
* Oracle Confguration * Oracle Configuration
* *
* @author Jorg Janke * @author Jorg Janke
* @version $Id: ConfigOracle.java,v 1.3 2006/07/30 00:57:42 jjanke Exp $ * @version $Id: ConfigOracle.java,v 1.3 2006/07/30 00:57:42 jjanke Exp $

View File

@ -37,7 +37,7 @@ public class ConfigPostgreSQL extends Config
super (data); super (data);
} // ConfigPostgreSQL } // ConfigPostgreSQL
/** Discoverd TNS */ /** Discovered TNS */
private String[] p_discovered = null; private String[] p_discovered = null;
/** PostgreSQL DB Info */ /** PostgreSQL DB Info */
private DB_PostgreSQL p_db = new DB_PostgreSQL(); private DB_PostgreSQL p_db = new DB_PostgreSQL();