You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by de...@apache.org on 2022/03/04 20:47:22 UTC

[empire-db] branch master updated: Fixed Spelling.

This is an automated email from the ASF dual-hosted git repository.

derjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new 2453d5c  Fixed Spelling.
2453d5c is described below

commit 2453d5ce0e0532354281ba95f43991fdf1c75866
Author: Jimmy Casey <ca...@gmail.com>
AuthorDate: Sun Jul 29 21:27:03 2018 +0000

    Fixed Spelling.
---
 empire-db/src/main/java/org/apache/empire/db/DBCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/empire-db/src/main/java/org/apache/empire/db/DBCommand.java b/empire-db/src/main/java/org/apache/empire/db/DBCommand.java
index 9599bf0..c76ba31 100644
--- a/empire-db/src/main/java/org/apache/empire/db/DBCommand.java
+++ b/empire-db/src/main/java/org/apache/empire/db/DBCommand.java
@@ -810,7 +810,7 @@ public abstract class DBCommand extends DBCommandExpr
      * Adds a join based on a compare expression to the command.
      * 
      * @param rowset table or view to join
-     * @param cmp the compare expression with wich to join the table
+     * @param cmp the compare expression with which to join the table
      * @param joinType type of join ({@link DBJoinType#INNER}, {@link DBJoinType#LEFT}, {@link DBJoinType#RIGHT})
      * @return itself (this) 
      */