Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlovic committed Apr 9, 2018
1 parent 9d11587 commit b0ebdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/reload.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ func (s *Server) diffOptions(newOpts *Options) ([]option, error) {
}
diffOpts = append(diffOpts, &clientAdvertiseOption{newValue: cliAdv})
case "nolog", "nosigs":
// Ignore NoLog ad NoSigs options since they are not parsed and only used in
// Ignore NoLog and NoSigs options since they are not parsed and only used in
// testing.
continue
case "port":
Expand Down

0 comments on commit b0ebdbe

Please sign in to comment.