From 06760728ac5d744babf23ffb4d669e6333389b08 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 11 Mar 2018 18:53:39 +0000 Subject: [PATCH] spelling: serialize --- client/driver/plugins.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/driver/plugins.go b/client/driver/plugins.go index cd9522c1f..f29758491 100644 --- a/client/driver/plugins.go +++ b/client/driver/plugins.go @@ -31,7 +31,7 @@ func GetPluginMap(w io.Writer, logLevel string) map[string]plugin.Plugin { } } -// ExecutorReattachConfig is the config that we seralize and de-serialize and +// ExecutorReattachConfig is the config that we serialize and de-serialize and // store in disk type PluginReattachConfig struct { Pid int