From 2965c60c18ac3d8fab43f2fd719c7153b94dc283 Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Fri, 16 Feb 2018 14:32:01 +0100 Subject: [PATCH] Fix typo --- _proto/hapi/services/tiller.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_proto/hapi/services/tiller.proto b/_proto/hapi/services/tiller.proto index 1fb6a86e9..5897676ab 100644 --- a/_proto/hapi/services/tiller.proto +++ b/_proto/hapi/services/tiller.proto @@ -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; }