From 9b3392702005b61eed5f20e9db5c22c5e5c96064 Mon Sep 17 00:00:00 2001 From: Peter Sutter Date: Wed, 4 Dec 2019 12:16:21 +0100 Subject: [PATCH] Update terminal_types_test.go --- api/v1alpha1/terminal_types_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1alpha1/terminal_types_test.go b/api/v1alpha1/terminal_types_test.go index 9693ab1c..efe2385c 100644 --- a/api/v1alpha1/terminal_types_test.go +++ b/api/v1alpha1/terminal_types_test.go @@ -36,7 +36,7 @@ var _ = Describe("Terminal", func() { // Add any teardown steps that needs to be executed after each test }) - // Add Tests for OpenAPI validation (or additonal CRD features) specified in + // Add Tests for OpenAPI validation (or additional CRD features) specified in // your API definition. // Avoid adding tests for vanilla CRUD operations because they would // test Kubernetes API server, which isn't the goal here.