summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTim Watson <tim@rabbitmq.com>2012-10-25 15:31:01 +0100
committerTim Watson <tim@rabbitmq.com>2012-10-25 15:31:01 +0100
commit0bbe4546de3382df9b300116256178717ef3626a (patch)
tree4783deba8d3a82c2f462965f7db1bcdd1e5bc65e /src
parentcb10222f66a5f5d51304d1299fe6ab753b795857 (diff)
downloadrabbitmq-server-git-0bbe4546de3382df9b300116256178717ef3626a.tar.gz
fix spec
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_basic.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_basic.erl b/src/rabbit_basic.erl
index c3250fb1b3..7cf3515ec6 100644
--- a/src/rabbit_basic.erl
+++ b/src/rabbit_basic.erl
@@ -58,7 +58,7 @@
-spec(properties/1 ::
(properties_input()) -> rabbit_framing:amqp_property_record()).
--spec(append_table_header/3 ::
+-spec(prepend_table_header/3 ::
(binary(), rabbit_framing:amqp_table(), headers()) -> headers()).
-spec(extract_headers/1 :: (rabbit_types:content()) -> headers()).