Skip to content

Commit b7a453e

Browse files
author
Jonathan McKinsey
committed
Fix spelling error
1 parent 13f07cd commit b7a453e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

splunklib/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ def connect(**kwargs):
295295
:type port: ``integer``
296296
:param scheme: The scheme for accessing the service (the default is "https").
297297
:type scheme: "https" or "http"
298-
:param verify: Enable (True) or disable (False) SSL verrification for
298+
:param verify: Enable (True) or disable (False) SSL verification for
299299
https connections. (optional, the default is True)
300300
:type verify: ``Boolean``
301301
:param `owner`: The owner context of the namespace (optional).
@@ -365,7 +365,7 @@ class Service(_BaseService):
365365
:type port: ``integer``
366366
:param scheme: The scheme for accessing the service (the default is "https").
367367
:type scheme: "https" or "http"
368-
:param verify: Enable (True) or disable (False) SSL verrification for
368+
:param verify: Enable (True) or disable (False) SSL verification for
369369
https connections. (optional, the default is True)
370370
:type verify: ``Boolean``
371371
:param `owner`: The owner context of the namespace (optional; use "-" for wildcard).

0 commit comments

Comments
 (0)