Skip to content

Commit

Permalink
Merge pull request LilyPad#21 from AlfieC/patch-1
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
coelho committed Jun 8, 2015
2 parents 3f8beec + e2f1de2 commit 23a311a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/proxy/main/config/config.go
Expand Up @@ -192,8 +192,8 @@ func DefaultConfig() (config *Config) {
Routes: []ConfigProxyRoute{
ConfigProxyRoute{"", "example", nil, "", nil, "", nil, ""},
ConfigProxyRoute{"example.com", "", []string{"hub1", "hub2"}, "Example Custom MOTD", nil, "", nil, ""},
ConfigProxyRoute{"hub.exmaple.com", "hub", nil, "", []string{"Example MOTD 1", "Example MOTD 2"}, "", nil, ""},
ConfigProxyRoute{"icon.exmaple.com", "hub", nil, "", nil, "icon.png", []string{"icon1.png", "icon2.png", "icons/icon3.png"}, ""},
ConfigProxyRoute{"hub.example.com", "hub", nil, "", []string{"Example MOTD 1", "Example MOTD 2"}, "", nil, ""},
ConfigProxyRoute{"icon.example.com", "hub", nil, "", nil, "icon.png", []string{"icon1.png", "icon2.png", "icons/icon3.png"}, ""},
},
Locale: ConfigProxyLocale{
Full: "The server seems to be currently full. Try again later!",
Expand Down

0 comments on commit 23a311a

Please sign in to comment.