You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/07/11 03:09:34 UTC

[incubator-iotdb] branch master updated: fix word spelling

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

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 7d566ed  fix word spelling
7d566ed is described below

commit 7d566edbfa469134b935cf7428849d544a5ad46b
Author: qiaojialin <64...@qq.com>
AuthorDate: Thu Jul 11 11:09:22 2019 +0800

    fix word spelling
---
 tsfile/src/main/java/org/apache/iotdb/tsfile/utils/Binary.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tsfile/src/main/java/org/apache/iotdb/tsfile/utils/Binary.java b/tsfile/src/main/java/org/apache/iotdb/tsfile/utils/Binary.java
index a1248a4..b071806 100644
--- a/tsfile/src/main/java/org/apache/iotdb/tsfile/utils/Binary.java
+++ b/tsfile/src/main/java/org/apache/iotdb/tsfile/utils/Binary.java
@@ -37,7 +37,7 @@ public class Binary implements Comparable<Binary>, Serializable {
   private String textEncodingType = TSFileConfig.STRING_ENCODING;
 
   /**
-   * if the bytes v is modified, the modification is visable to this binary.
+   * if the bytes v is modified, the modification is visible to this binary.
    */
   public Binary(byte[] v) {
     this.values = v;