Skip to content

Commit 159bc82

Browse files
committed
Corrected typo in comment.
1 parent 9cf86f5 commit 159bc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/chapter-10/api_queue_count_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
msg_cnt_ready = resp_payload["messages_ready"]
6363
msg_cnt_total = resp_payload["messages"]
6464

65-
#/(aqcc.8) Consumed but unackowledged message count above thresholds
65+
#/(aqcc.8) Consumed but unacknowledged message count above thresholds
6666
if msg_cnt_unack >= max_unack_critical:
6767
print "CRITICAL: %s - %d unack'd messages." % (queue_name,
6868
msg_cnt_unack)

0 commit comments

Comments
 (0)