Commit 838d5c04 authored by Adam Reese's avatar Adam Reese

chore(spelling): s/primative/primitive/

parent 73bfdf94
...@@ -103,7 +103,7 @@ func (c *Client) CallService(path, method, action string, dest interface{}, read ...@@ -103,7 +103,7 @@ func (c *Client) CallService(path, method, action string, dest interface{}, read
return nil return nil
} }
// callHTTP is a low-level primative for executing HTTP operations. // callHTTP is a low-level primitive for executing HTTP operations.
func (c *Client) callHTTP(path, method, action string, reader io.ReadCloser) (string, error) { func (c *Client) callHTTP(path, method, action string, reader io.ReadCloser) (string, error) {
request, err := http.NewRequest(method, path, reader) request, err := http.NewRequest(method, path, reader)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment