From e9a5465c661a7543d5a968f0020fc4729f95874f Mon Sep 17 00:00:00 2001 From: JoeWrightss <42261994+JoeWrightss@users.noreply.github.com> Date: Sat, 15 Dec 2018 01:19:23 +0800 Subject: [PATCH] Fix some spelling error (#5032) Signed-off-by: JoeWrightss --- _proto/README.md | 2 +- pkg/chartutil/doc.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_proto/README.md b/_proto/README.md index fcc2c52f1..0ebd6b6a4 100644 --- a/_proto/README.md +++ b/_proto/README.md @@ -6,5 +6,5 @@ Packages - `hapi.chart` Complete serialization of Heml charts - `hapi.release` Information about installed charts (Releases) such as metadata about when they were installed, their status, and how they were configured. - `hapi.services.rudder` Definition for the ReleaseModuleService used by Tiller to manipulate releases on a given node - - `hapi.services.tiller` Definition of the ReleaseService provoded by Tiller and used by Helm clients to manipulate releases cluster wide. + - `hapi.services.tiller` Definition of the ReleaseService provided by Tiller and used by Helm clients to manipulate releases cluster wide. - `hapi.version` Version meta-data used by tiller to express it's version diff --git a/pkg/chartutil/doc.go b/pkg/chartutil/doc.go index cb3f5d1f1..a4f6d4515 100644 --- a/pkg/chartutil/doc.go +++ b/pkg/chartutil/doc.go @@ -25,7 +25,7 @@ A chart can be represented on the file system in one of two ways: - As a tarred gzipped file containing a directory that then contains a Chart.yaml file. -This package provides utilitites for working with those file formats. +This package provides utilities for working with those file formats. The preferred way of loading a chart is using 'chartutil.Load`: