fix(unitproc/bkt-replace_apos)Update function name
[BK-2020-03.git] / unitproc / bkt-replace_apos
index 1ba50fc2214bc8d4270a5a3f8370b73cbaffa237..8f3de4237756fc51158ebe631aa5e7ffe8557594 100644 (file)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
 # Function to replace contractions
-function replace_apostrophes() {
+function replace_apos() {
     # 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
     #        arg1   file path
     # Output: stdout
-    # Version: 1.1.0 (BK-2020-03)
+    # Version: 1.1.1 (BK-2020-03)
     # Depends: GNU sed 4.8
 
     # Check input