Skip to content

Commit dc4d1f9

Browse files
committed
Fixed typo
1 parent c960e9c commit dc4d1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service/arangod_config_builder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ var (
5252
)
5353
)
5454

55-
// FixupEndpointURLScheme changes endpoint URL schemes used by arangod to ones used by arangodb.
55+
// FixupEndpointURLScheme changes endpoint URL schemes used by Starter to ones used by arangodb.
5656
// E.g. "http://localhost:8529" -> "tcp://localhost:8529"
5757
func FixupEndpointURLScheme(u string) string {
5858
return urlFixer.Replace(u)

0 commit comments

Comments
 (0)