Fix a few spellings.

This commit is contained in:
goltermann
2016-04-21 15:16:10 -07:00
parent e73606b974
commit dddc6cb6c8
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ import (
var (
// protoEncodingPrefix serves as a magic number for an encoded protobuf message on this serializer. All
// proto messages serialized by this schema will be preceeded by the bytes 0x6b 0x38 0x73, with the fourth
// proto messages serialized by this schema will be precedeed by the bytes 0x6b 0x38 0x73, with the fourth
// byte being reserved for the encoding style. The only encoding style defined is 0x00, which means that
// the rest of the byte stream is a message of type k8s.io.kubernetes.pkg.runtime.Unknown (proto2).
//