HDFS-14556: Spelling Mistake "gloablly" (#938)

This commit is contained in:
mpicker90 2019-06-16 21:32:42 -04:00 committed by Bharat Viswanadham
parent 1da09bd9d5
commit cc1630288e

View File

@ -38,7 +38,7 @@ import "acl.proto";
* Extended block idenfies a block
*/
message ExtendedBlockProto {
required string poolId = 1; // Block pool id - gloablly unique across clusters
required string poolId = 1; // Block pool id - globally unique across clusters
required uint64 blockId = 2; // the local id within a pool
required uint64 generationStamp = 3;
optional uint64 numBytes = 4 [default = 0]; // len does not belong in ebid