From 07d23c4140fe20e5beadf3689f632dcb92ff363f Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 12 Dec 2014 16:58:01 -0500 Subject: [PATCH] spelling corrections --- config/settings2.php | 6 +++--- config/settings3.php | 2 +- config/settings4.php | 4 ++-- config/settings7.php | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/settings2.php b/config/settings2.php index b366864..e6fb83b 100644 --- a/config/settings2.php +++ b/config/settings2.php @@ -84,7 +84,7 @@ $denied_license = [ 'type' => 'radio', 'name' => 'denied_license', 'label' => 'A. Have you ever been denied a license, permit or privilege to' - . 'operate a motor wehicle?', + . 'operate a motor vehicle?', 'grid' => 4, 'req' => true, 'opts' => [[ @@ -114,8 +114,8 @@ $suspended_license = [ $disqualified_license = [ 'type' => 'radio', 'name' => 'disqualified_license', - 'label' => 'C. Have you ever been disquelified for violations of the Federal' - . 'Mortor Carrier Safety Regulations?', + 'label' => 'C. Have you ever been disqualified for violations of the Federal' + . 'Motor Carrier Safety Regulations?', 'grid' => 4, 'req' => true, 'opts' => [[ diff --git a/config/settings3.php b/config/settings3.php index c94a815..cec011e 100644 --- a/config/settings3.php +++ b/config/settings3.php @@ -2,7 +2,7 @@ $topHeader = [ 'type' => 'header', 'label' => 'Current and Former Employers', - 'subheader' => '(List current or most cerent job first)', + 'subheader' => '(List current or most current job first)', 'notes' => 'Note to Driver Candidates: The U.S. Department of ' . 'Transportation requires that driver applications show all employment for ' . 'the past three years. They must also show commercial driver employment ' diff --git a/config/settings4.php b/config/settings4.php index aca8386..87deb3a 100644 --- a/config/settings4.php +++ b/config/settings4.php @@ -96,7 +96,7 @@ $crimes_explain = [ $training_skills = [ 'type' => 'textarea', 'name' => 'training_skills', - 'label' => 'Please provide any addional information such as special skills, ' + 'label' => 'Please provide any additional information such as special skills, ' . 'training, management experiences, equipment operation or qualifications ' . 'you feel will be helpful to us in considering your application', 'grid' => 12, @@ -104,7 +104,7 @@ $training_skills = [ ]; $additional_info = [ 'type' => 'textarea', - 'name' => 'additinal_info', + 'name' => 'additional_info', 'label' => 'State any additional information that you feel may be helpful ' . 'to us in considering your application.', 'grid' => 12, diff --git a/config/settings7.php b/config/settings7.php index 4e14829..6cd86f2 100644 --- a/config/settings7.php +++ b/config/settings7.php @@ -49,7 +49,7 @@ $topHeader = [ . '
  • Consumer reporting agencies may not report outdated negative information. In most cases, a consumer reporting agency may not report negative information that is more than seven years old, or bankruptcies that are more than 10 years old.
  • ' . '
  • Access to your file is limited. A consumer reporting agency may provide information about you only to people with a valid need – usually to consider an application with a creditor, insurer, employer, landlord, or other business. The FCRA specifies those with a valid need for access.
  • ' . '
  • You must give your consent for reports to be provided to employers. A consumer reporting agency may not give out information about you to your employer, or a potential employer, without written consent given to the employer. For more information, go to www.ftc.gov/credit.
  • ' - . '
  • You may limit “prescreened” offers of credit and insurance you get based on information in your credit report. Unsolicited “prescreened” offers for credit and insurance must include a toll-free phone number you can call if you choose to remove your name and address from the lists these offers are based on. You may opt-out with the nationwide credit bureaus at 1-888-5OPTOUT (1-888-567-8688).
  • ' + . '
  • You may limit "prescreened" offers of credit and insurance you get based on information in your credit report. Unsolicited “prescreened” offers for credit and insurance must include a toll-free phone number you can call if you choose to remove your name and address from the lists these offers are based on. You may opt-out with the nationwide credit bureaus at 1-888-5OPTOUT (1-888-567-8688).
  • ' . '
  • You may seek damages from violators. If a consumer reporting agency, or, in some cases, a user of consumer reports or a furnisher of information to a consumer reporting agency violates the FCRA, you may be able to sue in state or federal court.
  • ' . '
  • Identity theft victims and active duty military personnel have additional rights. For more information, visit www.ftc.gov/credit.
  • ' . '' @@ -184,4 +184,4 @@ $form = [ [$app_city, $app_state, $app_zip], [$app_social], [$agree_form_waiver2] -]; \ No newline at end of file +]; -- 2.17.1