Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Fixed Spelling. #2

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7009,7 +7009,7 @@ Release 0.23.0 - 2011-11-01
TestDiskError, TestDatanodeRestart and TestDFSTartupVersions. (suresh)

HDFS-1696. Federation: when build version doesn't match -
datanode should wait (keep connecting) untill NN comes up
datanode should wait (keep connecting) until NN comes up
with the right version (boryas)

HDFS-1681. Balancer: support per pool and per node policies. (szetszwo)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public String toString() {

/**
* This is used to read the lines in order.
* If the data is not read completely (i.e, untill hasNext() returns
* If the data is not read completely (i.e, until hasNext() returns
* false), it needs to be explicitly
*/
private class Reader implements RollingLogs.LineIterator {
Expand Down