summaryrefslogtreecommitdiff
path: root/rabbitmq-components.mk
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:12:40 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:12:40 -0500
commitecc2e31293163bfd37b2fa380468113e3c2766f6 (patch)
tree823b8d60e966f45aa19cf31c0eec10066ef45398 /rabbitmq-components.mk
parent9778d9282689d2ced85f2be414ff15856ce4645e (diff)
downloadrabbitmq-server-git-ecc2e31293163bfd37b2fa380468113e3c2766f6.tar.gz
spelling: macro
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.