[sword-svn] r3335 - trunk/src/modules/filters
refdoc at crosswire.org
refdoc at crosswire.org
Thu Mar 12 02:03:53 MST 2015
Author: refdoc
Date: 2015-03-12 02:03:53 -0700 (Thu, 12 Mar 2015)
New Revision: 3335
Modified:
trunk/src/modules/filters/osishtmlhref.cpp
trunk/src/modules/filters/osisxhtml.cpp
Log:
fixed really annoying typo in comment. No change to actual source
Modified: trunk/src/modules/filters/osishtmlhref.cpp
===================================================================
--- trunk/src/modules/filters/osishtmlhref.cpp 2015-03-12 08:58:36 UTC (rev 3334)
+++ trunk/src/modules/filters/osishtmlhref.cpp 2015-03-12 09:03:53 UTC (rev 3335)
@@ -267,7 +267,7 @@
if (tag.isEndTag()) {
u->suspendTextPassThru = (--u->suspendLevel);
u->inXRefNote = false;
- u->lastSuspendSegment = ""; // fix/work-around for nasb devineName in note bug
+ u->lastSuspendSegment = ""; // fix/work-around for nasb divineName in note bug
}
}
Modified: trunk/src/modules/filters/osisxhtml.cpp
===================================================================
--- trunk/src/modules/filters/osisxhtml.cpp 2015-03-12 08:58:36 UTC (rev 3334)
+++ trunk/src/modules/filters/osisxhtml.cpp 2015-03-12 09:03:53 UTC (rev 3335)
@@ -314,7 +314,7 @@
if (tag.isEndTag()) {
u->suspendTextPassThru = (--u->suspendLevel);
u->inXRefNote = false;
- u->lastSuspendSegment = ""; // fix/work-around for nasb devineName in note bug
+ u->lastSuspendSegment = ""; // fix/work-around for nasb divineName in note bug
}
}
More information about the sword-cvs
mailing list