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

@ -19,7 +19,7 @@ const (
CreateAsAnnounce
)
// RelayState : Store subscriptions and relay configrations
// RelayState : Store subscriptions and relay configurations
type RelayState struct {
RedisClient *redis.Client
notifiable bool

View File

@ -76,7 +76,7 @@ func initConfig() {
WebfingerResource.GenerateFromActor(hostURL, &Actor)
fmt.Println("Welcome to YUKIMOCHI Activity-Relay [Server]", version)
fmt.Println(" - Configrations")
fmt.Println(" - Configurations")
fmt.Println("RELAY DOMAIN : ", hostURL.Host)
fmt.Println("REDIS URL : ", viper.GetString("redis_url"))
fmt.Println("BIND ADDRESS : ", viper.GetString("relay_bind"))

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"))
}