spelling: processing

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 14:35:32 -04:00
parent 7883263375
commit 662c96e412

View File

@@ -251,7 +251,7 @@ class CallGraphTracer:
def __init__(self):
# Performing `Call.from_frame` can be expensive, so we cache (call, callee)
# pairs we have already seen to avoid double procressing.
# pairs we have already seen to avoid double processing.
self.python_calls = dict()
self.external_calls = dict()