From 13b74f3a20272c248350f6cc25d9d7965a736de4 Mon Sep 17 00:00:00 2001 From: Tehmasp Chaudhri Date: Mon, 4 Apr 2016 15:23:42 -0600 Subject: [PATCH] Fix config typo --- etc/config.sample.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config.sample.toml b/etc/config.sample.toml index 1dee1f83ef..ef07e56206 100644 --- a/etc/config.sample.toml +++ b/etc/config.sample.toml @@ -83,7 +83,7 @@ reporting-disabled = false # MaxPointsPerBlock is the maximum number of points in an encoded # block in a TSM file. Larger numbers may yield better compression - # but could incur a performance peanalty when querying + # but could incur a performance penalty when querying # max-points-per-block = 1000 ###