diff --git a/openpype/hooks/pre_non_python_host_launch.py b/openpype/hooks/pre_non_python_host_launch.py index b91be137ab..0447f4a06f 100644 --- a/openpype/hooks/pre_non_python_host_launch.py +++ b/openpype/hooks/pre_non_python_host_launch.py @@ -50,6 +50,6 @@ class NonPythonHostHook(PreLaunchHook): self.launch_context.launch_args.extend(remainders) # This must be set otherwise it wouldn't be possible to catch output - # when build PpenPype is used. + # when build OpenPype is used. self.launch_context.kwargs["stdout"] = subprocess.DEVNULL self.launch_context.kwargs["stderr"] = subprocess.DEVNULL