You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by ko...@apache.org on 2019/11/09 16:53:25 UTC

[avro] branch master updated: Fix Typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb304e9  Fix Typo
bb304e9 is described below

commit bb304e9047c905d2da207ace2719c743ec26e10f
Author: Michael A. Smith <mi...@smith-li.com>
AuthorDate: Sat Nov 9 11:51:47 2019 -0500

    Fix Typo
---
 lang/java/tools/src/main/java/org/apache/avro/tool/TetherTool.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/java/tools/src/main/java/org/apache/avro/tool/TetherTool.java b/lang/java/tools/src/main/java/org/apache/avro/tool/TetherTool.java
index 25a72b4..7ad829d 100644
--- a/lang/java/tools/src/main/java/org/apache/avro/tool/TetherTool.java
+++ b/lang/java/tools/src/main/java/org/apache/avro/tool/TetherTool.java
@@ -84,7 +84,7 @@ public class TetherTool implements Tool {
 
     Option cacheopt = OptionBuilder.withType(Boolean.class).hasArg()
         .withDescription(
-            "(optional) boolean indicating whether or not the exectuable should be distributed via distributed cache")
+            "(optional) boolean indicating whether or not the executable should be distributed via distributed cache")
         .create("exec_cached");
 
     Option protoopt = OptionBuilder.hasArg()