diff --git a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/ServiceClientTracing.cs b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/ServiceClientTracing.cs index a9df767f21494..1343b5edcf0b0 100644 --- a/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/ServiceClientTracing.cs +++ b/ClientRuntimes/CSharp/Microsoft.Rest.ClientRuntime/ServiceClientTracing.cs @@ -10,7 +10,7 @@ namespace Microsoft.Rest { /// - /// Provides a set of methods and properties that help you trace the serviceclient. + /// Provides a set of methods and properties that help you trace the service client. /// public static class ServiceClientTracing { @@ -119,7 +119,7 @@ public static bool RemoveTracingInterceptor(IServiceClientTracingInterceptor int /// /// Write the informational tracing message. /// - /// The msessage to trace. + /// The message to trace. /// An object array containing zero or more objects to format public static void Information(string message, params object[] parameters) {