From 0ffb1d7fec34e62a396919fec271db5effe2c6e0 Mon Sep 17 00:00:00 2001 From: "Vojtech Vitek (V-Teq)" Date: Tue, 7 Oct 2014 14:14:00 +0200 Subject: [PATCH] Fix typo --- pkg/runtime/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/runtime/types.go b/pkg/runtime/types.go index b7ec6a0e169..661982beb52 100644 --- a/pkg/runtime/types.go +++ b/pkg/runtime/types.go @@ -50,7 +50,7 @@ type PluginBase struct { } // EmbeddedObject has appropriate encoder and decoder functions, such that on the wire, it's -// stored as a []byte, but in memory, the contained object is accessable as an Object +// stored as a []byte, but in memory, the contained object is accessible as an Object // via the Get() function. Only valid API objects may be stored via EmbeddedObject. // The purpose of this is to allow an API object of type known only at runtime to be // embedded within other API objects.