From 6e18c6d3c02eab9bffe9ee99d446885571470989 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Wed, 18 Feb 2015 11:22:54 -0500 Subject: [PATCH] fixed spelling error on websocket configs spelling changed from 'max reconneciton attemps' to 'max reconnection attempts' --- awx/ui/static/lib/ansible/Socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/lib/ansible/Socket.js b/awx/ui/static/lib/ansible/Socket.js index caf865d2ad..486ec5a7d8 100644 --- a/awx/ui/static/lib/ansible/Socket.js +++ b/awx/ui/static/lib/ansible/Socket.js @@ -79,7 +79,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities']) }, 'connect timeout': 3000, 'try multiple transports': false, - 'max reconneciton attemps': 3, + 'max reconnection attempts': 3, 'reconnection limit': 3000 });