Skip to content

Commit 8a988f8

Browse files
authored
Merge pull request #391 from splunk/doc_390
Fix spelling error
2 parents 80ddb4a + b7a453e commit 8a988f8

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).
@@ -367,7 +367,7 @@ class Service(_BaseService):
367367
:type port: ``integer``
368368
:param scheme: The scheme for accessing the service (the default is "https").
369369
:type scheme: "https" or "http"
370-
:param verify: Enable (True) or disable (False) SSL verrification for
370+
:param verify: Enable (True) or disable (False) SSL verification for
371371
https connections. (optional, the default is True)
372372
:type verify: ``Boolean``
373373
:param `owner`: The owner context of the namespace (optional; use "-" for wildcard).

0 commit comments

Comments
 (0)