summaryrefslogtreecommitdiff
path: root/rabbitmq-components.mk
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-02-12 23:24:07 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-02-12 23:24:07 +0300
commit6f66d2edcf12e95a52539ecadab06dec58bd56e3 (patch)
treecd59c02fe41c957a862abcbe546a40844dd2bd37 /rabbitmq-components.mk
parentd60ae2aeeed18b66ba7f6f5eed6d67289a3658fb (diff)
downloadrabbitmq-server-git-6f66d2edcf12e95a52539ecadab06dec58bd56e3.tar.gz
Update rabbitmq-components.mk
Diffstat (limited to 'rabbitmq-components.mk')
-rw-r--r--rabbitmq-components.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk
index 0cc6bd544a..a72365dc47 100644
--- a/rabbitmq-components.mk
+++ b/rabbitmq-components.mk
@@ -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.