Fixing spelling mistake in BlogCOntroller.Rsd

This commit is contained in:
Andrew Ma
2010-04-25 21:18:59 -07:00
parent d4b79ea272
commit b8620cd49c

View File

@@ -98,7 +98,7 @@ namespace Orchard.Blogs.Controllers {
var options = new XElement(
XName.Get("service", manifestUri),
new XElement(XName.Get("engineName", manifestUri), "Orchar CMS"),
new XElement(XName.Get("engineName", manifestUri), "Orchard CMS"),
new XElement(XName.Get("engineLink", manifestUri), "http://orchardproject.net"),
new XElement(XName.Get("homePageLink", manifestUri), "http://orchardproject.net"),
new XElement(XName.Get("apis", manifestUri),