Repository: incubator-nifi
Updated Branches:
  refs/heads/master fdc801bc1 -> de8ec6f92


NIFI-683:
- Fixing typo.

Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/0df351dc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/0df351dc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/0df351dc

Branch: refs/heads/master
Commit: 0df351dcb47432dd0cacf31a2ed5e5765aa96f03
Parents: 3a05a7d
Author: Matt Gilman <matt.c.gil...@gmail.com>
Authored: Wed Jun 24 09:13:29 2015 -0400
Committer: Matt Gilman <matt.c.gil...@gmail.com>
Committed: Wed Jun 24 09:13:29 2015 -0400

----------------------------------------------------------------------
 .../nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/0df351dc/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js
----------------------------------------------------------------------
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 fa43b29..110d383 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 {

Reply via email to