[longomatch] Fix a typo



commit 608673578167f308343be2e17cd694bd3333d21b
Author: Jorge Zapata <jorgeluis zapata gmail com>
Date:   Tue Mar 17 12:02:30 2015 +0100

    Fix a typo

 LongoMatch.Services/Services/TemplatesService.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Services/Services/TemplatesService.cs 
b/LongoMatch.Services/Services/TemplatesService.cs
index a3ebab2..d8e0749 100644
--- a/LongoMatch.Services/Services/TemplatesService.cs
+++ b/LongoMatch.Services/Services/TemplatesService.cs
@@ -36,7 +36,7 @@ namespace LongoMatch.Services
                public TemplatesService (IStorage storage)
                {
                        dict = new Dictionary<Type, ITemplateProvider> ();
-                       dict.Add (typeof(TeamTemplate),
+                       dict.Add (typeof(Team),
                                  new TeamTemplatesProvider (storage));
                        dict.Add (typeof(Dashboard),
                                  new CategoriesTemplatesProvider (storage));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]