Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Jul 24, 2020
1 parent b37cd8a commit d4884dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type Config struct { // nolint:maligned
// WARNING: using prefork prevents the use of any global state!
// Things like in-memory caches won't work.
//
// WARNING: In Windows OS only is supportted when 'Reuseport' is enabled.
// WARNING: In Windows OS it's only supported when 'Reuseport' is enabled.
Prefork bool

// Run server with a TCP listener with SO_REUSEPORT option set.
Expand Down

0 comments on commit d4884dd

Please sign in to comment.