PIG-5270: Typo in Pig Logging

git-svn-id: https://svn.apache.org/repos/asf/pig/trunk@1801783 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index 5320fd7..2348898 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -36,6 +36,8 @@
  
 BUG FIXES
 
+PIG-5270: Typo in Pig Logging (FromAlaska49 via daijy)
+
 PIG-5263: Using wildcard doesn't work with OrcStorage (satishsaley via rohini)
 
 PIG-4548: Records Lost With Specific Combination of Commands and Streaming Function (knoguchi)
diff --git a/src/org/apache/pig/data/SchemaTupleFrontend.java b/src/org/apache/pig/data/SchemaTupleFrontend.java
index 63b19cf..b38e40d 100644
--- a/src/org/apache/pig/data/SchemaTupleFrontend.java
+++ b/src/org/apache/pig/data/SchemaTupleFrontend.java
@@ -110,7 +110,7 @@
          * @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().isLocal()) {
                 String codePath = codeDir.getAbsolutePath();
                 LOG.info("Distributed cache not supported or needed in local mode. Setting key ["