We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df996c1 commit bca5168Copy full SHA for bca5168
client.go
@@ -82,7 +82,7 @@ const defaultPluginLogBufferSize = 64 * 1024
82
//
83
// Plugin hosts should use one Client for each plugin executable. To
84
// dispense a plugin type, use the `Client.Client` function, and then
85
-// cal `Dispense`. This awkward API is mostly historical but is used to split
+// call `Dispense`. This awkward API is mostly historical but is used to split
86
// the client that deals with subprocess management and the client that
87
// does RPC management.
88
0 commit comments