Skip to content

Commit 94cae8f

Browse files
committed
fix typo
1 parent a96c031 commit 94cae8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/envconfig/xds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ var (
6464
// https://github.com/grpc/proposal/blob/master/A82-xds-system-root-certs.md.
6565
XDSSystemRootCertsEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_SYSTEM_ROOT_CERTS", false)
6666

67-
// XDSSpiffeEnabled controls is SPIFFE Bundle Maps can be used as roots of
67+
// XDSSpiffeEnabled controls if SPIFFE Bundle Maps can be used as roots of
6868
// trust. For more details, see:
6969
// https://github.com/grpc/proposal/blob/master/A87-mtls-spiffe-support.md
7070
XDSSpiffeEnabled = boolFromEnv("GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE", false)

0 commit comments

Comments
 (0)