From 8fb78f7414c369eb4464ddbe124cbad0f8af9bea Mon Sep 17 00:00:00 2001 From: lbargaoanu Date: Fri, 7 Feb 2014 15:15:59 +0200 Subject: [PATCH] spelling --- Octokit.Tests.Conventions/TypeExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Octokit.Tests.Conventions/TypeExtensions.cs b/Octokit.Tests.Conventions/TypeExtensions.cs index 0148b0cd..6d490caf 100644 --- a/Octokit.Tests.Conventions/TypeExtensions.cs +++ b/Octokit.Tests.Conventions/TypeExtensions.cs @@ -61,7 +61,7 @@ namespace Octokit.Tests.Conventions public static bool IsClientInterface(this Type type) { - return type.IsInterface && type.Name.EndsWith(ClientSufix) && type.Namespace == typeof(IEventsClient).Namespace; + return type.IsInterface && type.Name.EndsWith(ClientSuffix) && type.Namespace == typeof(IEventsClient).Namespace; } public static Type GetObservableClientInterface(this Type type)