From d103024278c94fea277cbf2447f57adc45b7e945 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Mon, 21 Jul 2014 23:26:55 +0200
Subject: [PATCH] fixed typos in POD section

---
 textarchive/vlib001.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/textarchive/vlib001.pl b/textarchive/vlib001.pl
index 4e24b16..db33590 100755
--- a/textarchive/vlib001.pl
+++ b/textarchive/vlib001.pl
@@ -524,7 +524,7 @@ __END__
   * specifing the store should be optional.
   * environment variable TABASE:
     * add pod section
-    * allow command line option to specifiy alternative base directory name
+    * allow command line option to specify alternative base directory name
 
 =head2 misc
 
@@ -533,17 +533,17 @@ __END__
   * also, checking the VCS status (if not committing updates)
     might be useful.
   * other hashing algorithms:
-    * currently we use md5 for hashing, however, this could should
+    * currently we use md5 for hashing, however, this code should
       be fairly simple to adopt for sha1, sha256 or something else.
     * possibly, it makes sense to allow several hashing algorithms
       in parallel, however, then it might be a good idea to store
       file metadata in one place and let other hashes point to that
       place.
-  * make it available for the "reposync" project
+  * make this code available for the "reposync" project
 
 =head2 embedded databases?
 
   * maybe embedded MongoDB would be a nice alternative to the full
-    blown service base MongoDB backend
+    blown TCP/IP connected MongoDB backend
 
 
-- 
GitLab