Skip to content

Commit c679261

Browse files
committed
typo
1 parent 77586f5 commit c679261

File tree

1 file changed

+1
-1
lines changed
  • hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode

1 file changed

+1
-1
lines changed

hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/erasurecode/StripedWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class StripedWriter {
8585
targetIndices = new short[targets.length];
8686
Preconditions.checkArgument(
8787
targetIndices.length <= dataBlkNum + parityBlkNum - reconstructor.getNumLiveBlocks(),
88-
"Reconstrutcion work gets too much targets.");
88+
"Reconstruction work gets too much targets.");
8989
Preconditions.checkArgument(targetIndices.length <= parityBlkNum,
9090
"Too much missed striped blocks.");
9191
initTargetIndices();

0 commit comments

Comments
 (0)