Improved: Minor spelling mistakes
(OFBIZ-9173)

Depreciation is mis-spelled as depreciatiion
Also, an additional space before brace would improve readability

Assigned is mis-spelled as assinged
Grammar of sentence could be updated for readability.


Thanks: David McNeill

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1778881 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/accounting/data/AccountingTypeData.xml b/applications/accounting/data/AccountingTypeData.xml
index d4616a0..4acfcb9 100644
--- a/applications/accounting/data/AccountingTypeData.xml
+++ b/applications/accounting/data/AccountingTypeData.xml
@@ -1093,8 +1093,8 @@
 
     <!--Depreciation Formulae-->
     <CustomMethodType customMethodTypeId="DEPRECIATION_FORMULA" description="Formula for calculating depreciation for fixed asset"/>
-    <CustomMethod customMethodId="STR_LINE_DEP_FORMULA" customMethodTypeId="DEPRECIATION_FORMULA" customMethodName="straightLineDepreciation" description="Straight Line depreciatiion algorithm for fixed asset((purchaseCost - salvageCost)/expectedLifeInYears)"/>
-    <CustomMethod customMethodId="DBL_DECL_DEP_FORMULA" customMethodTypeId="DEPRECIATION_FORMULA" customMethodName="doubleDecliningBalanceDepreciation" description="Double decline depreciatiion algorithm for fixed asset((NetBookValue - salvageCost)*2/remainingLifeInYears)"/>
+    <CustomMethod customMethodId="STR_LINE_DEP_FORMULA" customMethodTypeId="DEPRECIATION_FORMULA" customMethodName="straightLineDepreciation" description="Straight Line depreciation algorithm for fixed asset ((purchaseCost - salvageCost)/expectedLifeInYears)"/>
+    <CustomMethod customMethodId="DBL_DECL_DEP_FORMULA" customMethodTypeId="DEPRECIATION_FORMULA" customMethodName="doubleDecliningBalanceDepreciation" description="Double decline depreciation algorithm for fixed asset ((NetBookValue - salvageCost)*2/remainingLifeInYears)"/>
 
     <!-- invoice export replacement Id types -->
     <GoodIdentificationType description="replacement value for partyId in the invoice export function in accounting" goodIdentificationTypeId="INVOICE_EXPORT"/>
diff --git a/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml b/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml
index 306ca50..64f5f5d 100644
--- a/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml
+++ b/applications/accounting/data/helpdata/HELP_ACCOUNTING_FindGlobalGlAccount.xml
@@ -18,7 +18,7 @@
     xsi:schemaLocation="http://docbook.org/ns/docbook ../../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook">
     <title>The Find Global GL Account help screen</title>
-    <para> The default screen is for the Global GL Settings tab is 'List Accounts'. If the demo data has been loaded then the default screen displays a list of the general ledger accounts that form the Global Chart of Accounts template. All general ledger accounts must exist in the global template before it can be assinged to be used at the organisation level (eg Company)</para>
+    <para> The default screen for the Global GL Settings tab is 'List Accounts'. If the demo data has been loaded then the default screen displays a list of the general ledger accounts that form the Global Chart of Accounts template. Each general ledger account must exist in the global template before it can be assigned to an organisation (eg Company) for transaction and reporting use.</para>
     <para>It is used to view or edit the details of the general ledger accounts in the global template and there are options to print or export the account details.</para>
     <section>
     <title>How do I view details for an account?</title>