diff --git a/core/src/main/java/io/grpc/internal/WithLogId.java b/core/src/main/java/io/grpc/internal/WithLogId.java index e2167eff3f..bbf3d605bb 100644 --- a/core/src/main/java/io/grpc/internal/WithLogId.java +++ b/core/src/main/java/io/grpc/internal/WithLogId.java @@ -37,7 +37,7 @@ package io.grpc.internal; public interface WithLogId { /** * Returns an ID that is primarily used in debug logs. It usually contains the class name and a - * numeric ID that is unique among the instances. {@link GprcUtil#getLogId} is a canonical + * numeric ID that is unique among the instances. {@link GrpcUtil#getLogId} is a canonical * implementation. * *
The subclasses of this interface usually want to include the log ID in their {@link