Sfoglia il codice sorgente

HDDS-1404. Fix typos in HDDS. Contributed by bianqi.

Nanda kumar 6 anni fa
parent
commit
c298415eb5

+ 2 - 2
hadoop-hdds/common/src/main/proto/DatanodeContainerProtocol.proto

@@ -462,6 +462,6 @@ service XceiverClientProtocolService {
 }
 
 service IntraDatanodeProtocolService {
-  // An intradatanode service to copy the raw containerdata betwen nodes
+  // An intradatanode service to copy the raw container data between nodes
   rpc download (CopyContainerRequestProto) returns (stream CopyContainerResponseProto);
-}
+}

+ 1 - 1
hadoop-hdds/common/src/main/proto/StorageContainerLocationProtocol.proto

@@ -34,7 +34,7 @@ import "hdds.proto";
 * Request send to SCM asking where the container should be created.
 */
 message ContainerRequestProto {
-  // Ozone only support replciation of either 1 or 3.
+  // Ozone only support replication of either 1 or 3.
   required ReplicationFactor replicationFactor = 2;
   required ReplicationType  replicationType = 3;
   required string owner = 4;