summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:20:25 -0500
committerJosh Soref <jsoref@users.noreply.github.com>2019-02-12 12:20:25 -0500
commitd836f5dd0cd38759da5103240f787adaed3ba783 (patch)
tree5e76fb292a07294f4130a74770cc674b886c3cc5 /src
parent53246285a759bf0d1c9be220c9de71dd2557ae6f (diff)
downloadrabbitmq-server-git-d836f5dd0cd38759da5103240f787adaed3ba783.tar.gz
spelling: predicate
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_backing_queue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl
index c3e570b26f..aea3c858a5 100644
--- a/src/rabbit_backing_queue.erl
+++ b/src/rabbit_backing_queue.erl
@@ -158,7 +158,7 @@
%% Drop messages from the head of the queue while the supplied
%% predicate on message properties returns true. Returns the first
-%% message properties for which the predictate returned false, or
+%% message properties for which the predicate returned false, or
%% 'undefined' if the whole backing queue was traversed w/o the
%% predicate ever returning false.
-callback dropwhile(msg_pred(), state())