Merge pull request #5909 from Aresforchina/abcd

fix up typo
pull/5912/head
Thomas Strömberg 2019-11-14 06:16:52 -08:00 committed by GitHub
commit a7e53514d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ func TestT(t *testing.T) {
Translations = test.translations
got := T(test.input)
if test.expected != got {
t.Errorf("T(%v) shoud return %v, but got: %v", test.input, test.expected, got)
t.Errorf("T(%v) should return %v, but got: %v", test.input, test.expected, got)
}
})
}

View File

@ -17,7 +17,7 @@ limitations under the License.
package vmpath
const (
// GuestAddonsDir is the default path of the addons configration
// GuestAddonsDir is the default path of the addons configuration
GuestAddonsDir = "/etc/kubernetes/addons"
// GuestManifestsDir is where the kubelet should look for static Pod manifests
GuestManifestsDir = "/etc/kubernetes/manifests"