From 2f8ac81fab19331c9d1bc1fc32631065128171bb Mon Sep 17 00:00:00 2001 From: Sebastiaan Janssen Date: Thu, 27 Dec 2012 12:04:00 -0100 Subject: [PATCH] Fix a typo --- src/Umbraco.Core/Models/ContentType.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Core/Models/ContentType.cs b/src/Umbraco.Core/Models/ContentType.cs index edb64622a2..9d747e4c55 100644 --- a/src/Umbraco.Core/Models/ContentType.cs +++ b/src/Umbraco.Core/Models/ContentType.cs @@ -7,7 +7,7 @@ using System.Runtime.Serialization; namespace Umbraco.Core.Models { /// - /// Represents the contnet type that a object is based on + /// Represents the content type that a object is based on /// [Serializable] [DataContract(IsReference = true)]