Fix some spelling errors (#5114)

Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
pull/5151/head
JoeWrightss 6 years ago committed by Matthew Fisher
parent 4634f5f2fa
commit e70bea6adb

@ -76,7 +76,7 @@ service ReleaseService {
rpc RollbackRelease(RollbackReleaseRequest) returns (RollbackReleaseResponse) {
}
// ReleaseHistory retrieves a releasse's history.
// ReleaseHistory retrieves a release's history.
rpc GetHistory(GetHistoryRequest) returns (GetHistoryResponse) {
}
@ -298,7 +298,7 @@ message UninstallReleaseRequest {
bool purge = 3;
// timeout specifies the max amount of time any kubernetes client command can run.
int64 timeout = 4;
// Description, if set, will set the description for the uninnstalled release
// Description, if set, will set the description for the uninstalled release
string description = 5;
}

Loading…
Cancel
Save