diff options
author | akhropov <akhropov@yandex-team.com> | 2025-02-21 20:01:03 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2025-02-21 21:02:12 +0300 |
commit | 14b164c786e89a8ee8fabf4e213966d38942d16f (patch) | |
tree | 05c348fedfb8790876db393289ae803f952a3fb5 | |
parent | 55a54de1a92c64f8fdddfdcf8ac9a85d4177a301 (diff) | |
download | ydb-14b164c786e89a8ee8fabf4e213966d38942d16f.tar.gz |
Fix misspelling
commit_hash:eeeb685e4fa1b454601f769f46b88af35fe42f31
-rw-r--r-- | build/conf/opensource.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/conf/opensource.conf b/build/conf/opensource.conf index 7efeed4629..ee6dd6cb74 100644 --- a/build/conf/opensource.conf +++ b/build/conf/opensource.conf @@ -47,7 +47,7 @@ when ($OPENSOURCE == "yes" && $EXPORT_GRADLE == "yes") { # Extra macros to control how cmake export works when ($OPENSOURCE == "yes" && $EXPORT_CMAKE == "yes") { - # Python version is not actually used in exported cmake's rigth now. + # Python version is not actually used in exported cmake's right now. # The only reason to set it is to avoid any deps on contrib/python|contrib/libs/python when # exporting PY_*_MODULE and force dependency to build/platform/python there. USE_SYSTEM_PYTHON=3.10 |