HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw)

(cherry picked from commit 9f03a7c018)

Conflicts:
	hadoop-common-project/hadoop-common/CHANGES.txt
This commit is contained in:
Allen Wittenauer 2014-09-19 11:32:55 -07:00 committed by cnauroth
parent 156e78c1da
commit 9a2e4f4f98
2 changed files with 3 additions and 1 deletions

View File

@ -244,6 +244,8 @@ Release 2.7.0 - UNRELEASED
NativeAzureFileSystem#NativeAzureFsInputStream#close().
(Chen He via cnauroth)
HADOOP-10946. Fix a bunch of typos in log messages (Ray Chiang via aw)
Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES

View File

@ -1095,7 +1095,7 @@ public boolean rename(Path src, Path dst) throws IOException {
if (dstKey.startsWith(srcKey + PATH_DELIMITER)) {
if (LOG.isDebugEnabled()) {
LOG.debug("Renaming directory to a itself is disallowed. src=" + src
LOG.debug("Renaming directory to itself is disallowed. src=" + src
+ " dest=" + dst);
}
return false;