From 708b268180473ad9c2f39f71e6f52ce53834da95 Mon Sep 17 00:00:00 2001 From: wangqi Date: Sat, 24 Feb 2018 04:24:04 +0000 Subject: [PATCH] remove extra word 'the' Change-Id: I3fb46e403bbdc90bedc93dc18ccf5829250ddab6 --- deployment_scripts/puppet/modules/firewall/README.markdown | 2 +- .../modules/firewall/spec/acceptance/resource_cmd_spec.rb | 2 +- .../puppet/modules/firewall/spec/system/resource_cmd_spec.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment_scripts/puppet/modules/firewall/README.markdown b/deployment_scripts/puppet/modules/firewall/README.markdown index 9e44733..c40303c 100644 --- a/deployment_scripts/puppet/modules/firewall/README.markdown +++ b/deployment_scripts/puppet/modules/firewall/README.markdown @@ -163,7 +163,7 @@ With the latest version, we now have in-built persistence, so this is no longer class { ['my_fw::pre', 'my_fw::post']: } class { 'firewall': } -Consult the the documentation below for more details around the classes `my_fw::pre` and `my_fw::post`. +Consult the documentation below for more details around the classes `my_fw::pre` and `my_fw::post`. ##Usage diff --git a/deployment_scripts/puppet/modules/firewall/spec/acceptance/resource_cmd_spec.rb b/deployment_scripts/puppet/modules/firewall/spec/acceptance/resource_cmd_spec.rb index c9a852d..e1bf288 100644 --- a/deployment_scripts/puppet/modules/firewall/spec/acceptance/resource_cmd_spec.rb +++ b/deployment_scripts/puppet/modules/firewall/spec/acceptance/resource_cmd_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper_acceptance' -# Here we want to test the the resource commands ability to work with different +# Here we want to test the resource commands ability to work with different # existing ruleset scenarios. This will give the parsing capabilities of the # code a good work out. describe 'puppet resource firewall command:' do diff --git a/deployment_scripts/puppet/modules/firewall/spec/system/resource_cmd_spec.rb b/deployment_scripts/puppet/modules/firewall/spec/system/resource_cmd_spec.rb index 09f7084..4ca394c 100644 --- a/deployment_scripts/puppet/modules/firewall/spec/system/resource_cmd_spec.rb +++ b/deployment_scripts/puppet/modules/firewall/spec/system/resource_cmd_spec.rb @@ -1,6 +1,6 @@ require 'spec_helper_system' -# Here we want to test the the resource commands ability to work with different +# Here we want to test the resource commands ability to work with different # existing ruleset scenarios. This will give the parsing capabilities of the # code a good work out. describe 'puppet resource firewall command:' do