From 89ab505c7be6cb1150ccae2865ebe98c00d3df72 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Tue, 27 Oct 2015 17:11:49 +0545 Subject: sharedialogviewSpec.js couple of text typos I noticed a new typo in https://github.com/owncloud/core/commit/15ef39d5b9655c6c10ea58ffa94b7a80efc6290d and looked for others while I am here. --- core/js/tests/specs/sharedialogviewSpec.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'core/js') diff --git a/core/js/tests/specs/sharedialogviewSpec.js b/core/js/tests/specs/sharedialogviewSpec.js index a557ff6f03b..6d5243b0e86 100644 --- a/core/js/tests/specs/sharedialogviewSpec.js +++ b/core/js/tests/specs/sharedialogviewSpec.js @@ -465,7 +465,7 @@ describe('OC.Share.ShareDialogView', function() { clock.restore(); }); - it('displayes form when sending emails is enabled', function() { + it('displays form when sending emails is enabled', function() { $('input[name=mailPublicNotificationEnabled]').val('yes'); dialog.render(); expect(dialog.$('.emailPrivateLinkForm').length).toEqual(1); @@ -702,7 +702,7 @@ describe('OC.Share.ShareDialogView', function() { }); }); describe('remote sharing', function() { - it('shows remote share info when allows', function() { + it('shows remote share info when allowed', function() { configModel.set({ isRemoteShareAllowed: true }); @@ -717,7 +717,7 @@ describe('OC.Share.ShareDialogView', function() { expect(dialog.$el.find('.shareWithRemoteInfo').length).toEqual(0); }); }); - describe('autocompeltion of users', function() { + describe('autocompletion of users', function() { it('triggers autocomplete display and focus with data when ajax search succeeds', function () { dialog.render(); var response = sinon.stub(); @@ -780,4 +780,3 @@ describe('OC.Share.ShareDialogView', function() { }); }); }); - -- cgit v1.2.3