From: Kevin Sawicki Date: Tue, 19 Jan 2016 19:05:57 +0000 (-0800) Subject: Tweak spec description X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b014eea8d369e5b6998fb1be31a17c3f9f8df14a;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Tweak spec description --- diff --git a/spec/api-desktop-capturer-spec.js b/spec/api-desktop-capturer-spec.js index c3ca940..ead916c 100644 --- a/spec/api-desktop-capturer-spec.js +++ b/spec/api-desktop-capturer-spec.js @@ -12,7 +12,7 @@ describe('desktopCapturer', function() { }); }); - it('does not throw an error when called twice (regression)', function(done) { + it('does not throw an error when called more than once (regression)', function(done) { var callCount = 0; var callback = function (error, sources) { callCount++;