diff --git a/grpcurl.go b/grpcurl.go index e98bf85d..6010b3ac 100644 --- a/grpcurl.go +++ b/grpcurl.go @@ -329,7 +329,7 @@ func fetchAllExtensions(source DescriptorSource, ext *dynamic.ExtensionRegistry, return nil } -// fullConvertToDynamic attempts to convert the given message to a dynamic message as well +// fullyConvertToDynamic attempts to convert the given message to a dynamic message as well // as any nested messages it may contain as field values. If the given message factory has // extensions registered that were not known when the given message was parsed, this effectively // allows re-parsing to identify those extensions.