From 8cf3110708b4ac4437cc91ba6964c75dc28c84e4 Mon Sep 17 00:00:00 2001 From: Claus Date: Fri, 10 Feb 2017 11:41:46 +0100 Subject: [PATCH] fixing typo and missing file ref in csproj. --- .../Persistence/Repositories/RecycleBinRepository.cs | 2 +- src/Umbraco.Tests.Benchmarks/Program.cs | 2 +- src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs b/src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs index d63c338542..6c1d1c2008 100644 --- a/src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs +++ b/src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs @@ -93,7 +93,7 @@ namespace Umbraco.Core.Persistence.Repositories } /// - /// A delete statement taht will delete anything in the table specified where it's PK (keyName) is found in the + /// A delete statement that will delete anything in the table specified where its PK (keyName) is found in the /// list of umbracoNode.id that have trashed flag set /// /// diff --git a/src/Umbraco.Tests.Benchmarks/Program.cs b/src/Umbraco.Tests.Benchmarks/Program.cs index c8487f677c..8373d72db3 100644 --- a/src/Umbraco.Tests.Benchmarks/Program.cs +++ b/src/Umbraco.Tests.Benchmarks/Program.cs @@ -14,7 +14,7 @@ namespace Umbraco.Tests.Benchmarks typeof(ModelToSqlExpressionHelperBenchmarks), typeof(XmlBenchmarks), typeof(LinqCastBenchmarks), - typeof(DeepCloneBenchmarks), + //typeof(DeepCloneBenchmarks), typeof(XmlPublishedContentInitBenchmarks), }); diff --git a/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj b/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj index d1fdcaa68f..50328b2ecf 100644 --- a/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj +++ b/src/Umbraco.Tests.Benchmarks/Umbraco.Tests.Benchmarks.csproj @@ -85,7 +85,6 @@ -