commit | 0ac28cca51fb1af57d1e12bf5467ea72b94117c5 | [log] [tgz] |
---|---|---|
author | Michael Schaffner <msf@google.com> | Mon Aug 15 16:51:09 2022 -0700 |
committer | Srikrishna Iyer <46467186+sriyerg@users.noreply.github.com> | Wed Aug 17 20:17:12 2022 -0700 |
tree | b4d44cbbd8e3f8c58cebf671774d53638f5b2a90 | |
parent | 3d5e34719bac110d6efcdaeab29b572ea2c38192 [diff] |
[dvsim/utils] Fix a typo Signed-off-by: Michael Schaffner <msf@google.com>
diff --git a/util/dvsim/utils.py b/util/dvsim/utils.py index e8cdaa9..485d735 100644 --- a/util/dvsim/utils.py +++ b/util/dvsim/utils.py
@@ -568,7 +568,7 @@ try: Path(path).mkdir(parents=True, exist_ok=True) except PermissionError as e: - log.fatal("Failed to create dirctory {}:\n{}.".format(path, e)) + log.fatal("Failed to create directory {}:\n{}.".format(path, e)) sys.exit(1)