diff --git a/src/org/apache/pig/data/SchemaTupleFrontend.java b/src/org/apache/pig/data/SchemaTupleFrontend.java index 4999ae19d5..ad783ebc32 100644 --- a/src/org/apache/pig/data/SchemaTupleFrontend.java +++ b/src/org/apache/pig/data/SchemaTupleFrontend.java @@ -110,7 +110,7 @@ public SchemaTupleFrontendGenHelper(PigContext pigContext, Configuration conf) { * @param conf */ private void internalCopyAllGeneratedToDistributedCache() { - LOG.info("Starting process to move generated code to distributed cacche"); + LOG.info("Starting process to move generated code to distributed cache"); if (pigContext.getExecType() == ExecType.LOCAL) { String codePath = codeDir.getAbsolutePath(); LOG.info("Distributed cache not supported or needed in local mode. Setting key ["