diff --git a/changes.txt b/changes.txt
--- a/changes.txt
+++ b/changes.txt
@@ -1,3 +1,9 @@
+1.0.6.1
+-------
+
+- Released Wed 28 Dec 2016 22:17:49 CET
+- Fixed mispelled testfile name
+
 1.0.6.0
 -------
 
diff --git a/lentil.cabal b/lentil.cabal
--- a/lentil.cabal
+++ b/lentil.cabal
@@ -1,5 +1,5 @@
 name:                lentil
-version:             1.0.6.0
+version:             1.0.6.1
 synopsis:            frugal issue tracker
 description:         minumum effort, cohesive issue tracker based on
                      ubiquitous @TODO@s and @FIXME@s conventions.
@@ -29,7 +29,7 @@
                      test/test-files/lang-comm/ocaml.ml,
                      test/test-files/lang-comm/rust.rs,
                      test/test-files/lang-comm/standard-ml.sml,
-                     test/test-files/lang-comm/test.txt,
+                     test/test-files/lang-comm/text.txt,
                      test/test-files/specific/contiguous.c,
                      test/test-files/specific/cont-custom.c,
                      test/test-files/specific/uppercase.C,
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -28,7 +28,7 @@
                                    short 'v'      <>
                                    help "show version and copyright info" )
     where
-          versionCopy = "\nlentil - frugal issue tracker, version 1.0.6.0\n\
+          versionCopy = "\nlentil - frugal issue tracker, version 1.0.6.1\n\
                         \(C) 2015-2016 Francesco Ariis - http://www.ariis.it\n\
                         \released under the GNU General Public License v3\n"
 
diff --git a/test/test-files/lang-comm/test.txt b/test/test-files/lang-comm/test.txt
deleted file mode 100644
--- a/test/test-files/lang-comm/test.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-TODO: palla
-
-fixme beta
-xxx gamma
-
-fixme qqq [bug]
-gaeta
-    
-
diff --git a/test/test-files/lang-comm/text.txt b/test/test-files/lang-comm/text.txt
new file mode 100644
--- /dev/null
+++ b/test/test-files/lang-comm/text.txt
@@ -0,0 +1,9 @@
+todo single
+comment
+TODO single2
+
+ string
+
+
+   todo block1
+       todo  block2 [tog]
