Fix a typo in rabbitmq-components.mk

This commit is contained in:
Michael Klishin 2019-02-12 22:34:01 +03:00
parent dce6094507
commit a14097173b
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ export base_rmq_ref
# If cloning from this computed location fails, we fallback to RabbitMQ
# upstream which is GitHub.
# Maccro to transform eg. "rabbit_common" to "rabbitmq-common".
# Macro to transform eg. "rabbit_common" to "rabbitmq-common".
rmq_cmp_repo_name = $(word 2,$(dep_$(1)))
# Upstream URL for the current project.