From 056c8c37514b08f0a7eeb73285f2328e9437d55d Mon Sep 17 00:00:00 2001 From: lucapette Date: Sun, 16 Mar 2014 13:58:28 +0100 Subject: [PATCH] Fix typo in conf file Just a small typo I noticed this morning --- config.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.sample b/config.toml.sample index f2bc75a3d5..b757939cc3 100644 --- a/config.toml.sample +++ b/config.toml.sample @@ -2,7 +2,7 @@ # If hostname (on the OS) doesn't return a name that can be resolved by the other # systems in the cluster, you'll have to set the hostname to an IP or something -# that can be resovled here. +# that can be resolved here. # hostname = "" bind-address = "0.0.0.0"