From df33ed9558558a7880fa8b0fd90df46655ba767d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Thieriot?= Date: Wed, 30 Jan 2013 21:59:17 +0000 Subject: [PATCH] Fix a small typo in the endpoints file --- lib/endpoints.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/endpoints.json b/lib/endpoints.json index 40e2ea2..05fe4c2 100644 --- a/lib/endpoints.json +++ b/lib/endpoints.json @@ -23,7 +23,7 @@ , "movie" : { "Info" : { "resource": "movie/:id", "method": "get" } , "AlternativeTitles" : { "resource": "movie/:id/alternative_titles", "method": "get" } - , "Casts" : { "recource": "movie/:id/casts", "method": "get" } + , "Casts" : { "resource": "movie/:id/casts", "method": "get" } , "Images" : { "resource": "movie/:id/images", "method": "get" } , "Keywords" : { "resource": "movie/:id/keywords", "method": "get" } , "Releases" : { "resourse":"movie/:id/releases", "method": "get" }