Skip to content

Commit 305afaa

Browse files
committed
fixing mispell
1 parent a8a71d8 commit 305afaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/commands/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func GetAuthUsers(r io.Reader) map[string]string {
4646
}
4747

4848
if err := scanner.Err(); err != nil {
49-
log.Fatalf("error occured during reading users file")
49+
log.Fatalf("error occurred during reading users file")
5050
}
5151
}
5252

0 commit comments

Comments
 (0)