Skip to content

Commit f9038dd

Browse files
spell checking
1 parent ad0ec95 commit f9038dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pytest_splunk_addon/tools/cim_field_report.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
def get_config():
2727
"""Defines and collects and validates script command arguments
28-
Additionaly
28+
Additionally
2929
set log level for script logging,
3030
calls sys.exit if --splunk-app folder does not exist
3131
@@ -78,8 +78,8 @@ def collect_job_results(job, acc, fn):
7878
acc : any
7979
An accumulator object that collects job results
8080
fn : function
81-
External function that recieves accumulator object and job results one by one.
82-
This function controls how results are transfromed and accumulated
81+
External function that receives accumulator object and job results one by one.
82+
This function controls how results are transformed and accumulated
8383
8484
Returns
8585
-------

0 commit comments

Comments
 (0)