diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:12:40 -0500 |
|---|---|---|
| committer | Josh Soref <jsoref@users.noreply.github.com> | 2019-02-12 12:12:40 -0500 |
| commit | ecc2e31293163bfd37b2fa380468113e3c2766f6 (patch) | |
| tree | 823b8d60e966f45aa19cf31c0eec10066ef45398 | |
| parent | 9778d9282689d2ced85f2be414ff15856ce4645e (diff) | |
| download | rabbitmq-server-git-ecc2e31293163bfd37b2fa380468113e3c2766f6.tar.gz | |
spelling: macro
| -rw-r--r-- | rabbitmq-components.mk | 2 |
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. |
