Fix typos.

This commit is contained in:
Naoki Kosaka
2020-01-29 21:54:16 +09:00
parent f90b6a85c0
commit 66f5b5bb53
3 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@ func initConfig() {
log.DEBUG = newNullLogger
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Worker]", version)
fmt.Println(" - Configrations")
fmt.Println(" - Configurations")
fmt.Println("RELAY DOMAIN : ", hostURL.Host)
fmt.Println("REDIS URL : ", viper.GetString("redis_url"))
}