mirror of
https://github.com/caddyserver/caddy.git
synced 2025-10-19 15:53:17 +00:00
chore: fix some typos in comments (#6243)
This commit is contained in:
parent
03e0a010d1
commit
eafc875ea9
4 changed files with 4 additions and 4 deletions
|
@ -526,7 +526,7 @@ func (app *App) Stop() error {
|
|||
ctx := context.Background()
|
||||
|
||||
// see if any listeners in our config will be closing or if they are continuing
|
||||
// hrough a reload; because if any are closing, we will enforce shutdown delay
|
||||
// through a reload; because if any are closing, we will enforce shutdown delay
|
||||
var delay bool
|
||||
scheduledTime := time.Now().Add(time.Duration(app.ShutdownDelay))
|
||||
if app.ShutdownDelay > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue