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

This commit is contained in:
Nanda kumar 2019-04-12 14:12:10 +05:30
parent bbdbc7a9a1
commit c298415eb5
No known key found for this signature in database
GPG Key ID: CE6C8AB1204780DF
2 changed files with 3 additions and 3 deletions

View File

@ -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);
}
}

View File

@ -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;