spelling: package

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2022-10-12 14:35:29 -04:00
parent 3337f4cba5
commit 90aa65a9d0

View File

@@ -33,7 +33,7 @@ def record_calls(code, globals):
def setup_logging(debug):
# code we run can also set up logging, so we need to set the level directly on our
# own pacakge
# own package
sh = logging.StreamHandler(stream=sys.stderr)
pkg_logger = logging.getLogger("cg_trace")