You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2018/09/24 15:28:24 UTC

[19/50] [abbrv] phoenix git commit: PHOENIX-4822 Fixed Spelling.

PHOENIX-4822 Fixed Spelling.

Closes #318

Signed-off-by: Josh Elser <el...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/d4ee4290
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d4ee4290
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d4ee4290

Branch: refs/heads/omid2
Commit: d4ee42907735c38f031718044bbccc5a7400c3c3
Parents: 88bf64d
Author: Jimmy Casey <ca...@gmail.com>
Authored: Sun Jul 29 21:43:55 2018 +0000
Committer: Josh Elser <el...@apache.org>
Committed: Wed Aug 1 11:36:45 2018 -0400

----------------------------------------------------------------------
 phoenix-core/src/main/java/org/apache/phoenix/log/LogWriter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/d4ee4290/phoenix-core/src/main/java/org/apache/phoenix/log/LogWriter.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/main/java/org/apache/phoenix/log/LogWriter.java b/phoenix-core/src/main/java/org/apache/phoenix/log/LogWriter.java
index dab03e7..a7a2180 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/log/LogWriter.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/log/LogWriter.java
@@ -21,7 +21,7 @@ import java.io.IOException;
 import java.sql.SQLException;
 
 /**
- * Used by the event handler to write RingBufferEvent, this is done in a seperate thread from the application configured
+ * Used by the event handler to write RingBufferEvent, this is done in a separate thread from the application configured
  * during disruptor
  */
 public interface LogWriter {