Skip to content

Commit 2bd6a25

Browse files
satyamzCopilot
andauthored
Update services/friendbot/main.go
Co-authored-by: Copilot <[email protected]>
1 parent eaff870 commit 2bd6a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/friendbot/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func run(cmd *cobra.Command, args []string) {
7272
os.Exit(1)
7373
}
7474

75-
//Setup and intialize tracer
75+
//Setup and initialize tracer
7676
stellarTracer := tracer.NewStellarTracer(cfg.OtelEndpoint, serviceName, serviceVersion)
7777
tracer, err := stellarTracer.InitializeTracer()
7878
if err != nil {

0 commit comments

Comments
 (0)