summaryrefslogtreecommitdiff
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
commit94da2cb2a045d56865a4d5f3e6a6dcc8d1c7a5c5 (patch)
tree4783deba8d3a82c2f462965f7db1bcdd1e5bc65e
parentfa024ca00dc5f76fa620b9091799e06fba369bf6 (diff)
downloadrabbitmq-server-94da2cb2a045d56865a4d5f3e6a6dcc8d1c7a5c5.tar.gz
fix spec
-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 c3250fb1..7cf3515e 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()).