Skip to content

Commit 58de143

Browse files
GitHubPangmergify-bot
authored andcommitted
Fix typo in UI help hint
(cherry picked from commit 0f2a612) (cherry picked from commit e4d67e3)
1 parent dd43628 commit 58de143

File tree

1 file changed

+1
-1
lines changed
  • deps/rabbitmq_management/priv/www/js

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/priv/www/js/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ var COLUMNS;
169169
// All help ? popups
170170
var HELP = {
171171
'delivery-limit':
172-
'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.',
172+
'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.',
173173

174174
'exchange-auto-delete':
175175
'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.',

0 commit comments

Comments
 (0)