Skip to content

Commit

Permalink
fix typo in scheduling extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
zidad committed Jun 16, 2015
1 parent 6ceb7fe commit c9880a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/EasyNetQ/EasyNetQ.csproj
Expand Up @@ -69,7 +69,7 @@
<Compile Include="Scheduling\DelayedExchangeScheduler.cs" />
<Compile Include="MessageDeliveryMode.cs" />
<Compile Include="Scheduling\ExternalScheduler.cs" />
<Compile Include="Scheduling\SchedulingExtentions.cs" />
<Compile Include="Scheduling\SchedulingExtensions.cs" />
<Compile Include="SubscriptionResult.cs" />
<Compile Include="Consumer\ConsumerExecutionContext.cs" />
<Compile Include="Consumer\ConsumerFactory.cs" />
Expand Down
@@ -1,6 +1,6 @@
namespace EasyNetQ.Scheduling
{
public static class SchedulingExtentions
public static class SchedulingExtensions
{
public static IServiceRegister EnableDelayedExchangeScheduler(this IServiceRegister serviceRegister)
{
Expand Down

0 comments on commit c9880a1

Please sign in to comment.