Fix some spelling errors in comment

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
pull/21835/head
Kim Bao Long 5 years ago
parent cb1f9eccd9
commit 923bd4bedd
  1. 2
      src/csharp/Grpc.Core.Api/CallCredentials.cs
  2. 2
      src/csharp/Grpc.Core.Api/CallOptions.cs
  3. 2
      src/csharp/Grpc.Core/Internal/UnmanagedLibrary.cs

@ -30,7 +30,7 @@ namespace Grpc.Core
public abstract class CallCredentials
{
/// <summary>
/// Composes multiple multiple <c>CallCredentials</c> objects into
/// Composes multiple <c>CallCredentials</c> objects into
/// a single <c>CallCredentials</c> object.
/// </summary>
/// <param name="credentials">credentials to compose</param>

@ -112,7 +112,7 @@ namespace Grpc.Core
}
/// <summary>
/// If <c>true</c> and and channel is in <c>ChannelState.TransientFailure</c>, the call will attempt waiting for the channel to recover
/// If <c>true</c> and channel is in <c>ChannelState.TransientFailure</c>, the call will attempt waiting for the channel to recover
/// instead of failing immediately (which is the default "FailFast" semantics).
/// Note: experimental API that can change or be removed without any prior notice.
/// </summary>

@ -217,7 +217,7 @@ namespace Grpc.Core.Internal
}
/// <summary>
/// On Linux systems, using using dlopen and dlsym results in
/// On Linux systems, using dlopen and dlsym results in
/// DllNotFoundException("libdl.so not found") if libc6-dev
/// is not installed. As a workaround, we load symbols for
/// dlopen and dlsym from the current process as on Linux

Loading…
Cancel
Save