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

tdsilva pushed a commit to branch 4.14-HBase-1.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git

commit 2c2065f959d0fc9d9eb9b7e3033aa66b9738ebc3
Author: Jimmy Casey <casey.ji...@gmail.com>
AuthorDate: Sun Jul 29 21:43:55 2018 +0000

    PHOENIX-4822 Fixed Spelling.
    
    Closes #318
    
    Signed-off-by: Josh Elser <els...@apache.org>
---
 phoenix-core/src/main/java/org/apache/phoenix/log/LogWriter.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 {

Reply via email to