Skip to content

Commit bca5168

Browse files
joshwizzyhanzei
authored andcommitted
Fix typo in Doc comment (#307)
1 parent df996c1 commit bca5168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const defaultPluginLogBufferSize = 64 * 1024
8282
//
8383
// Plugin hosts should use one Client for each plugin executable. To
8484
// 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
85+
// call `Dispense`. This awkward API is mostly historical but is used to split
8686
// the client that deals with subprocess management and the client that
8787
// does RPC management.
8888
//

0 commit comments

Comments
 (0)