diff --git a/conanfile.py b/conanfile.py index 32570b1388..0c45bf906c 100644 --- a/conanfile.py +++ b/conanfile.py @@ -49,7 +49,7 @@ def export(self): def source(self): # This environment variable should only be set by D++ library developers to ensure that conan builds succeed - # without having to wait for release. It will check out the development branch where conanfile.py is being + # without having to wait for release. It will check out the development branch where conanfile.py is being # developed and tested. If you are NOT sure what this does, DO NOT SET IT. You won't get the D++ release # you expect! if 'DPP_CONAN_TESTING' in os.environ: