From 969e99bc851cde07854a3ddd6a6f69816f72374e Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Sat, 29 Jul 2017 12:07:46 -0500
Subject: [PATCH] tweaks: adjust spacing and wording in sample.nanorc

---
 doc/sample.nanorc.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in
index e41c6f71..2b39d9ff 100644
--- a/doc/sample.nanorc.in
+++ b/doc/sample.nanorc.in
@@ -72,7 +72,7 @@
 # set linenumbers
 
 ## Enable vim-style lock-files.  This is just to let a vim user know you
-## are editing a file [s]he is trying to edit and vice versa. There are
+## are editing a file [s]he is trying to edit and vice versa.  There are
 ## no plans to implement vim-style undo state in these files.
 # set locking
 
@@ -168,7 +168,7 @@
 # set softwrap
 
 ## Use this spelling checker instead of the internal one.  This option
-## does not properly have a default value.
+## does not have a default value.
 # set speller "aspell -x -c"
 
 ## Allow nano to be suspended.
-- 
GitLab