diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-02-12 22:36:00 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-02-12 22:36:00 +0300 |
| commit | cea04c52dcdcda16ecca5d471bdb7cc6ec16beb8 (patch) | |
| tree | 5d88331e64cf9869ece68df676bebc302a5925fb /rabbitmq-components.mk | |
| parent | b0dfe9352f083607d5d7346bd3962ba6c50cc03a (diff) | |
| parent | eacb5015d19fb5a4a3d1175bc581c045e77c7a9b (diff) | |
| download | rabbitmq-server-git-cea04c52dcdcda16ecca5d471bdb7cc6ec16beb8.tar.gz | |
Merge branch 'jsoref-spelling'
Diffstat (limited to 'rabbitmq-components.mk')
| -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. |
