You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sh...@apache.org on 2018/11/10 14:37:58 UTC

[arrow] branch master updated: ARROW-3749: [GLib] Fix typos

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

shiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 2534cd7  ARROW-3749: [GLib] Fix typos
2534cd7 is described below

commit 2534cd7830c80359ed36dd0ad2352ac00d4a4370
Author: Kouhei Sutou <ko...@clear-code.com>
AuthorDate: Sat Nov 10 23:34:32 2018 +0900

    ARROW-3749: [GLib] Fix typos
    
    Author: Kouhei Sutou <ko...@clear-code.com>
    
    Closes #2935 from kou/glib-typo and squashes the following commits:
    
    92f6dc7c <Kouhei Sutou>  Fix typos
---
 c_glib/arrow-glib/error.h        | 2 +-
 c_glib/test/test-record-batch.rb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/c_glib/arrow-glib/error.h b/c_glib/arrow-glib/error.h
index f195e7d..98eae16 100644
--- a/c_glib/arrow-glib/error.h
+++ b/c_glib/arrow-glib/error.h
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
  * @GARROW_ERROR_PLASMA_OBJECT_NONEXISTENT: Object doesn't exist on Plasma.
  * @GARROW_ERROR_PLASMA_STORE_FULL: Store full error on Plasma.
  * @GARROW_ERROR_PLASMA_OBJECT_ALREADY_SEALED: Object already sealed on Plasma.
- * @GARROW_ERROR_CODE_GENRATION: Error generating code for expression evaluation
+ * @GARROW_ERROR_CODE_GENERATION: Error generating code for expression evaluation
  *   in Gandiva.
  * @GARROW_ERROR_ARROW: Error in Gandiva-Arrow integration.
  * @GARROW_ERROR_EXPRESSION_VALIDATION: Validation errors in expression given for code generation.
diff --git a/c_glib/test/test-record-batch.rb b/c_glib/test/test-record-batch.rb
index 1cbc7cb..23078d7 100644
--- a/c_glib/test/test-record-batch.rb
+++ b/c_glib/test/test-record-batch.rb
@@ -15,7 +15,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-class TestTable < Test::Unit::TestCase
+class TestRecordBatch < Test::Unit::TestCase
   include Helper::Buildable
 
   sub_test_case(".new") do