summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitHubPang <61439577+GitHubPang@users.noreply.github.com>2021-10-04 08:01:43 +0800
committermergify-bot <noreply@mergify.io>2021-10-04 00:27:03 +0000
commite4d67e3c7c2ec0a939899078fdd75d161072984c (patch)
tree25bca182a5acc84d002a77fe2a48d8f8062b82ec
parent61640f87bed6ad97de07eba1e92bc0d90fe5e616 (diff)
downloadrabbitmq-server-git-e4d67e3c7c2ec0a939899078fdd75d161072984c.tar.gz
Fix typo in UI help hint
(cherry picked from commit 0f2a6123df398843ee79b08be25c039ef062ae42)
-rw-r--r--deps/rabbitmq_management/priv/www/js/global.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbitmq_management/priv/www/js/global.js b/deps/rabbitmq_management/priv/www/js/global.js
index b08cec3f2c..335c3607ce 100644
--- a/deps/rabbitmq_management/priv/www/js/global.js
+++ b/deps/rabbitmq_management/priv/www/js/global.js
@@ -174,7 +174,7 @@ const QUEUE_EXTRA_CONTENT_REQUESTS = [];
// All help ? popups
var HELP = {
'delivery-limit':
- 'The number of allowed unsuccessful delivery attempts. Once a message has been delivered unsucessfully this many times it will be dropped or dead-lettered, depending on the queue configuration.',
+ 'The number of allowed unsuccessful delivery attempts. Once a message has been delivered unsuccessfully this many times it will be dropped or dead-lettered, depending on the queue configuration.',
'exchange-auto-delete':
'If yes, the exchange will delete itself after at least one queue or exchange has been bound to this one, and then all queues or exchanges have been unbound.',