[sword-svn] r3776 - trunk/src/modules/common

scribe at crosswire.org scribe at crosswire.org
Sat Aug 15 07:49:10 EDT 2020


Author: scribe
Date: 2020-08-15 07:49:10 -0400 (Sat, 15 Aug 2020)
New Revision: 3776

Modified:
   trunk/src/modules/common/swcomprs.cpp
Log:
Update comments to match refactor


Modified: trunk/src/modules/common/swcomprs.cpp
===================================================================
--- trunk/src/modules/common/swcomprs.cpp	2020-08-15 10:28:11 UTC (rev 3775)
+++ trunk/src/modules/common/swcomprs.cpp	2020-08-15 11:49:10 UTC (rev 3776)
@@ -170,9 +170,9 @@
 
 
 /******************************************************************************
- * SWCompress::Encode	- This function "encodes" the input stream into the
+ * SWCompress::encode	- This function "encodes" the input stream into the
  *						output stream.
- *						The GetChars() and SendChars() functions are
+ *						The getChars() and sendChars() functions are
  *						used to separate this method from the actual
  *						i/o.
  */
@@ -185,7 +185,7 @@
 /******************************************************************************
  * SWCompress::decode	- This function "decodes" the input stream into the
  *						output stream.
- *						The GetChars() and SendChars() functions are
+ *						The getChars() and sendChars() functions are
  *						used to separate this method from the actual
  *						i/o.
  */



More information about the sword-cvs mailing list