From 6d3bbc5eeb9c9991c04e2a6b3d64f70526ecd312 Mon Sep 17 00:00:00 2001
From: Thomas Tanghus <thomas@tanghus.net>
Date: Fri, 4 Oct 2013 19:55:03 +0200
Subject: [PATCH] Fix typo

---
 core/routes.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/routes.php b/core/routes.php
index 4163bdcd5b..5009243d59 100644
--- a/core/routes.php
+++ b/core/routes.php
@@ -40,7 +40,7 @@ $this->create('core_tags_favorite', '/tags/{type}/favorite/{id}/')
 	->post()
 	->action('OC\Core\Tags\Controller', 'favorite')
 	->requirements(array('type', 'id'));
-$this->create('core_tags_unfavorite', '/tags/{type}/infavorite/{id}/')
+$this->create('core_tags_unfavorite', '/tags/{type}/unfavorite/{id}/')
 	->post()
 	->action('OC\Core\Tags\Controller', 'unFavorite')
 	->requirements(array('type', 'id'));
-- 
GitLab