Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'power_sequencer/scripts/BPSProxy/bpsproxy/utils.py')
-rw-r--r--power_sequencer/scripts/BPSProxy/bpsproxy/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/power_sequencer/scripts/BPSProxy/bpsproxy/utils.py b/power_sequencer/scripts/BPSProxy/bpsproxy/utils.py
index 832a0beb..d6ae4f06 100644
--- a/power_sequencer/scripts/BPSProxy/bpsproxy/utils.py
+++ b/power_sequencer/scripts/BPSProxy/bpsproxy/utils.py
@@ -43,7 +43,7 @@ def checktools(tools):
msg += [
(
"Check if you have them properly installed and available in the PATH"
- " environemnt variable."
+ " environment variable."
)
]
raise ToolError("\n".join(msg))