You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2019/04/23 23:53:52 UTC

[orc] branch master updated: Update README.md

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b6f2463  Update README.md
b6f2463 is described below

commit b6f2463e58ea0c6868f2845730f20174abf552a1
Author: Eder Ribeiro Ferreira <ed...@gmail.com>
AuthorDate: Sat Apr 13 19:49:12 2019 -0300

    Update README.md
    
    Rectifying a typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9cb60a1..702c6af 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ lists, maps, and unions.
 
 ## ORC File Library
 
-This project includes both a Java library and a C++ library for reading and writing the _Optimized Row Columnar_ (ORC) file format. The C++ and Java libraries are completely independent of each other and will each read all versions of ORC files. But the C++ library only writes the original (Hive 0.11) version of ORC files, and will be extened in the future.
+This project includes both a Java library and a C++ library for reading and writing the _Optimized Row Columnar_ (ORC) file format. The C++ and Java libraries are completely independent of each other and will each read all versions of ORC files. But the C++ library only writes the original (Hive 0.11) version of ORC files, and will be extended in the future.
 
 Releases:
 * Latest: <a href="http://orc.apache.org/releases">Apache ORC releases</a>