提交 c4c26fbd authored 作者: Thomas Mueller's avatar Thomas Mueller

Fix typos.

上级 7e6af760
Check dictionary.txt
./build.sh spellcheck
./build.sh javadocImpl
./build.sh docs
Update Constants.java - change version and build number
Update changelog.html - add new version, remove oldest
Update newsfeed.sql - add new version, remove oldest
......
......@@ -55,7 +55,7 @@ public class Driver implements java.sql.Driver {
if (!acceptsURL(url)) {
return null;
}
Connection c = DbUpgrade.connctOrUpgrade(url, info);
Connection c = DbUpgrade.connectOrUpgrade(url, info);
if (c != null) {
return c;
}
......
......@@ -45,7 +45,7 @@ public class DbUpgrade {
* @param info the properties
* @return the connection if connected with the old version (NO_UPGRADE)
*/
public static Connection connctOrUpgrade(String url, Properties info) throws SQLException {
public static Connection connectOrUpgrade(String url, Properties info) throws SQLException {
if (!upgradeClassesPresent) {
return null;
}
......
......@@ -416,7 +416,7 @@ public class TestWeb extends TestBase {
try {
client.get(url, "logout.do");
} catch (Exception e) {
// the server stopps on logout
// the server stops on logout
}
t.get();
} finally {
......
......@@ -145,7 +145,7 @@ public class TestPgServer extends TestBase {
assertFalse(rs.next());
rs.close();
rs = stat.executeQuery("select currtid2('x', 1)");
rs = stat.executeQuery("select currTid2('x', 1)");
rs.next();
assertEquals(1, rs.getInt(1));
......
......@@ -661,8 +661,7 @@ pyankov enctype multipart boundary mistake enlarge demonstrates aggregating
bypassing khtml doubled inlined defragmented registers leftover ugly artificially
presentation defragment queried activities knut tailored dhis statistical norway
mailto dong adconion edong twitter consortium ogc geo geospatial flexibility
mbeans unregisters
arithmetics subtracting multiplying dividing
contended readwrite requery bindings projection syncable managing observer misuse windowed closable discriminator requeried abort
familiar rice reachable stopps mind develop currtid disposition connct extras
\ No newline at end of file
mbeans unregisters subtracting multiplying dividing contended bindings
projection managing observer misuse windowed discriminator abort familiar rice
reachable mind develop disposition extras arithmetics readwrite syncable
requeried requery closable curr outdated
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论