Fixing arbitrary spelling of the word arbetrary

Oddly, this is far from the first time a person whose native language
is not english has corrected my spelling.
This commit is contained in:
Louis DeJardin
2010-02-22 13:26:28 -08:00
parent c7e95e31ea
commit 57a4b2ad24

View File

@@ -5,7 +5,7 @@ using FluentNHibernate.Conventions.Instances;
namespace Orchard.Data.Conventions {
public class StringLengthMaxAttribute : StringLengthAttribute {
public StringLengthMaxAttribute() : base(10000) {
// 10000 is an arbetrary number large enough to be in the nvarchar(max) range
// 10000 is an arbitrary number large enough to be in the nvarchar(max) range
}
}