Skip to content

Commit

Permalink
Fixed typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Hovsep Mkrtchyan committed May 6, 2016
1 parent 0142862 commit 19cb26d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
namespace Microsoft.Rest
{
/// <summary>
/// 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.
/// </summary>
public static class ServiceClientTracing
{
Expand Down Expand Up @@ -119,7 +119,7 @@ public static bool RemoveTracingInterceptor(IServiceClientTracingInterceptor int
/// <summary>
/// Write the informational tracing message.
/// </summary>
/// <param name="message">The msessage to trace.</param>
/// <param name="message">The message to trace.</param>
/// <param name="parameters">An object array containing zero or more objects to format</param>
public static void Information(string message, params object[] parameters)
{
Expand Down

0 comments on commit 19cb26d

Please sign in to comment.