lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6382] Fix spelling errors


From: Greg Chicares
Subject: [lmi-commits] [6382] Fix spelling errors
Date: Fri, 30 Oct 2015 00:40:29 +0000

Revision: 6382
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6382
Author:   chicares
Date:     2015-10-30 00:40:28 +0000 (Fri, 30 Oct 2015)
Log Message:
-----------
Fix spelling errors

Modified Paths:
--------------
    lmi/trunk/ChangeLog
    lmi/trunk/fo_common.xsl
    lmi/trunk/illustration_reg.xsl
    lmi/trunk/nasd.xsl
    lmi/trunk/reg_d_group.xsl
    lmi/trunk/reg_d_individual.xsl
    lmi/trunk/variable_annuity.xsl

Modified: lmi/trunk/ChangeLog
===================================================================
--- lmi/trunk/ChangeLog 2015-10-30 00:39:20 UTC (rev 6381)
+++ lmi/trunk/ChangeLog 2015-10-30 00:40:28 UTC (rev 6382)
@@ -37347,3 +37347,27 @@
   version.hpp
 Designate release candidate 6379.
 
+20151029T1624Z <address@hidden> [472]
+
+  multiple_cell_document.hpp
+Improve documentation.
+
+20151030T0039Z <address@hidden> [472]
+
+  dbnames.xpp
+  ledger.cpp
+  ledger_xsl.cpp
+  mc_enum_types.xpp
+  reg_d_offshore.xsl [expunged]
+Eradicate disused offshore private-placement ledger type.
+
+20151030T0040Z <address@hidden> [472]
+
+  fo_common.xsl
+  illustration_reg.xsl
+  nasd.xsl
+  reg_d_group.xsl
+  reg_d_individual.xsl
+  variable_annuity.xsl
+Fix spelling errors.
+

Modified: lmi/trunk/fo_common.xsl
===================================================================
--- lmi/trunk/fo_common.xsl     2015-10-30 00:39:20 UTC (rev 6381)
+++ lmi/trunk/fo_common.xsl     2015-10-30 00:40:28 UTC (rev 6382)
@@ -67,7 +67,7 @@
 
   In such a case inside the loop the root node '/' binds to the root node
   of that external document and we cannot use '/illustration' no longer
-  to acces our current xml data.
+  to access our current xml data.
   Use the global variable '$illustration' to access the data.
   -->
   <xsl:variable name="illustration" select="/illustration"/>
@@ -229,9 +229,9 @@
   <!--
     Print Dollar Units
     This template is common to all the illustration xsl templates.
-    Originally it has appeared in files with minor differencies such as:
+    Originally it has appeared in files with minor differences such as:
       * explicitly specified text alignment, font size or not specified;
-      * paranteses added around the text or omitted;
+      * parentheses added around the text or omitted;
       * an extra space added just before the text.
   -->
   <xsl:template name="dollar-units">
@@ -406,8 +406,8 @@
   </xsl:template>
 
   <!--
-  A generic template that generates a data-table header rows.
-  Simlpy calls 'generate-table-header-row' with initial values.
+  A generic template that generates data-table header rows.
+  Simply calls 'generate-table-header-row' with initial values.
   Additionally adds a blank header row separating the header cells from
   value cells.
   -->
@@ -437,10 +437,10 @@
   </xsl:template>
 
   <!--
-  Output data table header row and recursivly call itself until all rows
-  are produces.
+  Output data table header row and recursively call itself until all rows
+  are produced.
   Table header rows are printed using 'generate-table-header-cell' which
-  does merging of the header-cells when the adjucent cells have the same text.
+  does merging of the header-cells when the adjacent cells have the same text.
   See 'generate-table-header-cell' description for an explanation.
   -->
   <xsl:template name="generate-table-header-row">
@@ -467,7 +467,7 @@
   </xsl:template>
 
   <!--
-  Output cell text (and recursivly continue).
+  Output cell text (and recursively continue).
   The main complexity comes from rendering the common header cell prefix
   spawned over multiple columns. Example:
     <column>Policy |Year</column>
@@ -591,7 +591,7 @@
   </xsl:template>
 
   <!--
-  A single character that indicates that a column title has to be splitted
+  A single character that indicates that a column title has to be split
   in this place into two separate lines.
   For example if a column has title 'Policy _Year', then the output file
   will contain:
@@ -791,7 +791,7 @@
               </xsl:choose>
             </xsl:variable>
             <xsl:variable name="prepared-for" 
select="normalize-space($prepared-for-raw)"/>
-            <!-- Properly adjust for long user input strings limit output to 
140 characters for appox. 2 lines -->
+            <!-- Properly adjust for long user input strings: limit output to 
140 characters for approximately two lines. -->
             <xsl:call-template name="limitstring">
               <xsl:with-param name="passString" select="$prepared-for"/>
               <xsl:with-param name="length" select="140"/>

Modified: lmi/trunk/illustration_reg.xsl
===================================================================
--- lmi/trunk/illustration_reg.xsl      2015-10-30 00:39:20 UTC (rev 6381)
+++ lmi/trunk/illustration_reg.xsl      2015-10-30 00:40:28 UTC (rev 6382)
@@ -140,7 +140,7 @@
 
       </fo:layout-master-set>
 
-      <!-- The data to be diplayed in the pages, cover page first -->
+      <!-- The data to be displayed in the pages, cover page first. -->
       <xsl:call-template name="generic-cover"/>
 
       <!-- NARRATIVE SUMMARY - begins here -->
@@ -522,7 +522,7 @@
                 We may assess a Market Value Adjustment upon a surrender
                 of the certificate when the surrender proceeds are intended
                 to be applied to an insurance policy issued by an insurer
-                unaffilliated with
+                unaffiliated with
                 <xsl:value-of select="$scalars/InsCoShortName"/>
                 with an intent to qualify the exchange as a tax free exchange
                 under IRC section 1035.
@@ -1684,7 +1684,7 @@
             <xsl:when test="$scalars/StatePostalAbbrev='IL'">
               I have informed the applicant or policyowner
               that this illustration assumes that the currently illustrated
-              non-guaranted elements will continue unchanged
+              non-guaranteed elements will continue unchanged
               for all years shown. This is not likely to occur,
               and actual results may be more or less favorable than those 
shown.
             </xsl:when>

Modified: lmi/trunk/nasd.xsl
===================================================================
--- lmi/trunk/nasd.xsl  2015-10-30 00:39:20 UTC (rev 6381)
+++ lmi/trunk/nasd.xsl  2015-10-30 00:40:28 UTC (rev 6382)
@@ -123,7 +123,7 @@
         </xsl:if>
       </fo:layout-master-set>
 
-      <!-- The data to be diplayed in the pages, cover page first -->
+      <!-- The data to be displayed in the pages, cover page first. -->
       <xsl:call-template name="generic-cover"/>
 
       <!-- Basic Illustration -->
@@ -571,8 +571,8 @@
               </xsl:if>
               <xsl:if test="$scalars/CustomFund='1'">
                 <fo:block padding-top="1em">
-                  Investment management fees are based on an inital allocation
-                  of 100% of a custom fund selected by the purchaser.
+                  Investment management fees are based on an initial allocation
+                  of 100% to a custom fund selected by the purchaser.
                 </fo:block>
               </xsl:if>
             </xsl:if>

Modified: lmi/trunk/reg_d_group.xsl
===================================================================
--- lmi/trunk/reg_d_group.xsl   2015-10-30 00:39:20 UTC (rev 6381)
+++ lmi/trunk/reg_d_group.xsl   2015-10-30 00:40:28 UTC (rev 6382)
@@ -121,7 +121,7 @@
 
       </fo:layout-master-set>
 
-      <!-- The data to be diplayed in the pages, cover page first -->
+      <!-- The data to be displayed in the pages, cover page first. -->
       <xsl:call-template name="generic-cover"/>
 
       <!-- Basic Illustration -->

Modified: lmi/trunk/reg_d_individual.xsl
===================================================================
--- lmi/trunk/reg_d_individual.xsl      2015-10-30 00:39:20 UTC (rev 6381)
+++ lmi/trunk/reg_d_individual.xsl      2015-10-30 00:40:28 UTC (rev 6382)
@@ -146,8 +146,8 @@
             <fo:block padding-after="25pt">
               Prepared for:
               <!--
-              Properly adjust for long user input strings limit output
-              to 140 characters for appox. 2 lines
+              Properly adjust for long user input strings: limit output
+              to 140 characters for approximately two lines.
               -->
               <xsl:call-template name="limitstring">
                 <xsl:with-param name="length" select="140"/>

Modified: lmi/trunk/variable_annuity.xsl
===================================================================
--- lmi/trunk/variable_annuity.xsl      2015-10-30 00:39:20 UTC (rev 6381)
+++ lmi/trunk/variable_annuity.xsl      2015-10-30 00:40:28 UTC (rev 6382)
@@ -166,8 +166,8 @@
             <fo:block padding-after="25pt">
               Prepared for:
               <!--
-              Properly adjust for long user input strings limit output
-              to 140 characters for appox. 2 lines
+              Properly adjust for long user input strings: limit output
+              to 140 characters for approximately two lines.
               -->
               <xsl:call-template name="limitstring">
                 <xsl:with-param name="length" select="140"/>
@@ -750,8 +750,8 @@
             <fo:block text-align="left">
               Prepared for:
               <!--
-              Properly adjust for long user input strings limit output
-              to 140 characters for appox. 2 lines
+              Properly adjust for long user input strings: limit output
+              to 140 characters for approximately two lines.
               -->
               <xsl:call-template name="limitstring">
                 <xsl:with-param name="length" select="140"/>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]