X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/eb9061aeadb7e4be18098ff3063b5ec2b41d7c68..3949627267f3aaca614689324fb9a67b693e94d5:/unitproc/bkt-replace_apostrophes

diff --git a/unitproc/bkt-replace_apostrophes b/unitproc/bkt-replace_apostrophes
index f045c1b..aa7b3ec 100644
--- a/unitproc/bkt-replace_apostrophes
+++ b/unitproc/bkt-replace_apostrophes
@@ -5,7 +5,7 @@ replace_apostrophes() {
     # Desc: Replace ' with ʼ in contractions
     # Note: In contractions of UTF-8 text file, replaces U+0027
     #   APOSTROPHE with U+02BC MODIFIER LETTER APOSTROPHE
-    # Input: stdin  
+    # Input: stdin
     #        arg1   file path
     # Output: stdout
     # Version: 1.0.0 (BK-2020-03)