typo in The Fourfold Gospel

The place to post any Bugs or Problems you may have with the Current Release Version
Post Reply
epement
Posts: 122
Joined: Fri Sep 09, 2011 9:00 pm
Location: Florida
Contact:

typo in The Fourfold Gospel

Post by epement »

I located a very minor spelling error in The Fourfold Gospel (filename "fourFold.pll").

The code below is a file created with the Unix diff utility. Save these lines to a file named fourFold_fix:

Code: Select all

--- old/fourFold.pll    2025-01-06 01:19:47.757116600 +0000
+++ new/fourFold.pll    2025-01-06 01:11:57.395653400 +0000
@@ -19,7 +19,7 @@
 18. Jesus Baptized by John in the Jordan (Jordan east of Jericho, Spring of A.D. 27)   Mat 3:13-17|Mar 1:9-11|Luk 3:21,22
 19. Jesus Tempted in the Wilderness    Mat 4:1-11|Mar 1:12, 13|Luk 4:1-13
 20. John's First Testimony to Jesus (Bethany beyond Jordan, February, A.D. 27) Joh 1:19-34
-21. Jesus Mares His First Disciples (Bethany Beyond Jordan, Spring, A.D. 27)   Joh 1:35-51
+21. Jesus Makes His First Disciples (Bethany Beyond Jordan, Spring, A.D. 27)   Joh 1:35-51
 22. Jesus Works His First Miracle at Cana in Galilee   Joh 2:1-11
 23. Jesus' First Residence at Capernaum        Joh 2:12
 24A. Jesus Cleanses the Temple Joh 2:13-25
To update the file automatically with the Unix patch utility, use the bash command shell to change to the Modules directory and run patch like so:

Code: Select all

patch ./fourFold.pll /wherever/you/stored/fourFold_fix
Patch will overwrite and update the existing file "fourFold.pll". If you're on WIndows, you will not be able to update anything in the C:\ProgramData directory since that is protected by Windows permissions, so this change must occur in a directory to which you have write access. If you want it to create a backup file for comparison, insert the -b option switch to the command line after patch.

This supposes that diff and patch are installed on your system. If you have Git for Windows, they are already installed.
Eric Pement
2 Cor. 4:5

Post Reply