You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2016/05/09 05:21:28 UTC

arrow git commit: ARROW-193: typos "int his" fix to "in this"

Repository: arrow
Updated Branches:
  refs/heads/master c9ffe546b -> 1f04f7ff9


ARROW-193: typos "int his" fix to "in this"


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

Branch: refs/heads/master
Commit: 1f04f7ff90c43efd72b57cc09ba21da1597682d6
Parents: c9ffe54
Author: lfzCarlosC <lf...@gmail.com>
Authored: Thu May 5 21:58:31 2016 +0200
Committer: Wes McKinney <we...@apache.org>
Committed: Sun May 8 22:20:59 2016 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/arrow/vector/VariableWidthVector.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/arrow/blob/1f04f7ff/java/vector/src/main/java/org/apache/arrow/vector/VariableWidthVector.java
----------------------------------------------------------------------
diff --git a/java/vector/src/main/java/org/apache/arrow/vector/VariableWidthVector.java b/java/vector/src/main/java/org/apache/arrow/vector/VariableWidthVector.java
index e227bb4..971a241 100644
--- a/java/vector/src/main/java/org/apache/arrow/vector/VariableWidthVector.java
+++ b/java/vector/src/main/java/org/apache/arrow/vector/VariableWidthVector.java
@@ -30,7 +30,7 @@ public interface VariableWidthVector extends ValueVector{
   void allocateNew(int totalBytes, int valueCount);
 
   /**
-   * Provide the maximum amount of variable width bytes that can be stored int his vector.
+   * Provide the maximum amount of variable width bytes that can be stored in this vector.
    * @return
    */
   int getByteCapacity();