Skip to content

Commit f248c4d

Browse files
author
Russ Egan
committed
typo
1 parent 59750f3 commit f248c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/flumetest/flumetest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func SetVerbose(verbose bool) {
5151
*verbosePtr = verbose
5252
}
5353

54-
// do not read the environment in init(). Using init() to the read the environment
54+
// do not read the environment in init(). Using init() to read the environment
5555
// doesn't give consumers a chance to load .env files first, or otherwise set up
5656
// the environment.
5757
func initialize() {

0 commit comments

Comments
 (0)