From 9f19902221dbdf30b74b254d6047a90c604631e6 Mon Sep 17 00:00:00 2001 From: Randall Ma Date: Thu, 22 Nov 2012 17:34:44 -0800 Subject: [PATCH] fixed typo of "successfully" --- couchpotato/core/plugins/movie/static/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/plugins/movie/static/search.js b/couchpotato/core/plugins/movie/static/search.js index 222a93ce..ba8b547e 100644 --- a/couchpotato/core/plugins/movie/static/search.js +++ b/couchpotato/core/plugins/movie/static/search.js @@ -288,7 +288,7 @@ Block.Search.Item = new Class({ self.options_el.empty(); self.options_el.adopt( new Element('div.message', { - 'text': json.added ? 'Movie succesfully added.' : 'Movie didn\'t add properly. Check logs' + 'text': json.added ? 'Movie successfully added.' : 'Movie didn\'t add properly. Check logs' }) ); self.mask.fade('out');