From 0df351dcb47432dd0cacf31a2ed5e5765aa96f03 Mon Sep 17 00:00:00 2001 From: Matt Gilman Date: Wed, 24 Jun 2015 09:13:29 -0400 Subject: [PATCH] NIFI-683: - Fixing typo. --- .../nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js index fa43b290bd..110d383057 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js @@ -186,7 +186,7 @@ nf.Common = { handleAjaxError: function (xhr, status, error) { // if an error occurs while the splash screen is visible close the canvas show the error message if ($('#splash').is(':visible')) { - $('#message-title').text('An unexcepted error has occurred'); + $('#message-title').text('An unexpected error has occurred'); if ($.trim(xhr.responseText) === '') { $('#message-content').text('Please check the logs.'); } else {