diff options
author | alevitskii <alevitskii@yandex-team.com> | 2024-12-24 20:09:19 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2024-12-24 21:22:43 +0300 |
commit | 4aba061d7839ceee149b6dcf222aa348bf430c44 (patch) | |
tree | 4c0ab78f056a27724a47a489b1cb038805259967 /build | |
parent | b821606f7bd364dc755d37b5bcb3559130675364 (diff) | |
download | ydb-4aba061d7839ceee149b6dcf222aa348bf430c44.tar.gz |
Fix typo in macro (SUBSCIBER) and usages
Fix typo in macro (SUBSCIBER) and usages
commit_hash:10aff8616ec843f2cab0a53ea4437918202a6a89
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 26e521b827..81378b608b 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -4300,7 +4300,7 @@ macro OWNER(Owners...) { ENABLE(UNUSED_MACRO) } -### @usage: SUBSCIBER(UsersOrGroups) +### @usage: SUBSCRIBER(UsersOrGroups) ### ### Add observers of the code. ### In the SUBSCRIBER macro you can use: @@ -4309,7 +4309,7 @@ macro OWNER(Owners...) { ### ### Note: currently SUBSCRIBER is read only by Arcanum and is not processed by ### the build system. It's planned to be phased out in favor of subcription via a.yaml -macro SUBSCIBER(Subscribers...) { +macro SUBSCRIBER(Subscribers...) { ENABLE(UNUSED_MACRO) } |