Fix small misspellings

This commit is contained in:
Ben Gadbois
2017-01-10 13:03:50 -08:00
parent 6a84d9392e
commit eee9d00255
4 changed files with 4 additions and 4 deletions

View File

@ -750,7 +750,7 @@ func Upgrade() error {
}
// IsUpgrade returns true if this process is part of an upgrade
// where a parent caddy process spawned this one to ugprade
// where a parent caddy process spawned this one to upgrade
// the binary.
func IsUpgrade() bool {
mu.Lock()