diff --git a/opendm/gpu.py b/opendm/gpu.py index 06d7aacb..3335b2e5 100644 --- a/opendm/gpu.py +++ b/opendm/gpu.py @@ -11,7 +11,7 @@ def has_gpus(): try: import pyopencl except: - log.ODM_INFO("NOt using the GPU") + log.ODM_INFO("Not using the GPU") return False try: