Skip to content

Commit

Permalink
Correct typos
Browse files Browse the repository at this point in the history
  • Loading branch information
misje committed Jun 27, 2023
1 parent 3d610ab commit feba9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom-opencti.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import traceback

# Debug can be enabled by setting the internal configuration setting
# intergration.debug to 1 or higher:
# integration.debug to 1 or higher:
debug_enabled = False
null_string = 'null'
pwd = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
Expand Down Expand Up @@ -90,7 +90,7 @@ def empty(value):
else:
return value

# Given an object 'output' with ha list of objects (edges and noodes) at key
# Given an object 'output' with ha list of objects (edges and nodes) at key
# 'listKey', create a new list at key 'newKey' with just values from the
# original list's objects at key 'valueKey'. Example:
# {'objectLabel': {'edges': [{'node': {'value': 'cryptbot'}}, {'node': {'value': 'exe'}}]}}
Expand Down

0 comments on commit feba9b8

Please sign in to comment.