Merge pull request #3520 from qmfrederik/typo

Fix 'Namesapce' typo
This commit is contained in:
Matthew Fisher
2018-02-16 07:43:03 -08:00
committed by GitHub

View File

@@ -165,7 +165,7 @@ message GetReleaseStatusResponse {
// Info contains information about the release.
hapi.release.Info info = 2;
// Namesapce the release was released into
// Namespace the release was released into
string namespace = 3;
}