summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2021-10-04 03:31:46 +0300
committerGitHub <noreply@github.com>2021-10-04 03:31:46 +0300
commit961f8ed4e71a555d1532879dc49c4e585ce85b85 (patch)
tree25bca182a5acc84d002a77fe2a48d8f8062b82ec
parent61640f87bed6ad97de07eba1e92bc0d90fe5e616 (diff)
parente4d67e3c7c2ec0a939899078fdd75d161072984c (diff)
downloadrabbitmq-server-git-961f8ed4e71a555d1532879dc49c4e585ce85b85.tar.gz
Merge pull request #3534 from rabbitmq/mergify/bp/v3.9.x/pr-3533
Fix typo in UI help hint (backport #3533)
-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.',