From 47d0073bfd9edfe479700281232db925a5323857 Mon Sep 17 00:00:00 2001
From: Aaron Marcher <me@drkhsh.at>
Date: Sun, 3 Dec 2017 01:40:38 +0100
Subject: [PATCH] Small fixes in config.mk

---
 config.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.mk b/config.mk
index df0892e..9369843 100644
--- a/config.mk
+++ b/config.mk
@@ -1,9 +1,9 @@
 # slstatus version
 VERSION = 0
 
-# Customize below to fit your system
+# customize below to fit your system
 
-#paths
+# paths
 PREFIX = /usr/local
 MANPREFIX = ${PREFIX}/share/man
 
-- 
2.20.1