Skip to content

Commit 62b1349

Browse files
committed
Fix typo : Notihing -> Nothing
1 parent f39d4f5 commit 62b1349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zeppelin-web/src/app/notebook/notebook.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ angular.module('zeppelinWebApp').controller('NotebookCtrl', function($scope, $ro
512512
else {
513513
BootstrapDialog.confirm({
514514
title: '',
515-
message : 'Notihing is changed.',
515+
message : 'Nothing is changed.',
516516
callback: function(result) {
517517
if (result) {
518518
$scope.$apply(function () {

0 commit comments

Comments
 (0)