Skip to content

Commit

Permalink
Merge pull request #53 from EdwardBlair/master
Browse files Browse the repository at this point in the history
LinqKit.Utitilies -> LinqKit.Utilities
  • Loading branch information
StefH authored Oct 18, 2016
2 parents a5fa07d + 11ce900 commit 5e97a7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LinqKit/AggregateBalanced.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if !(NET35)
using LinqKit.Utitilies;
using LinqKit.Utilities;
using System.Linq.Expressions;
using System.Threading.Tasks;

Expand Down
2 changes: 1 addition & 1 deletion src/LinqKit/Utilities/TaskHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System;
using System.Threading.Tasks;

namespace LinqKit.Utitilies
namespace LinqKit.Utilities
{
internal static class TaskHelper
{
Expand Down

0 comments on commit 5e97a7e

Please sign in to comment.