From 08e99e0f1a12ae8fa23f9b24879926f57998b1ad Mon Sep 17 00:00:00 2001 From: Basil Peace Date: Sat, 11 Feb 2017 19:44:05 +0300 Subject: [PATCH] Fix typo --- attributes/master.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/master.rb b/attributes/master.rb index f443b21c34..12b33c35ed 100644 --- a/attributes/master.rb +++ b/attributes/master.rb @@ -128,7 +128,7 @@ # # Jenkins user/group should be created as `system` accounts for `war` install. # The default of `true` will ensure that **new** jenkins user accounts are - # created in the system ID range, exisitng users will not be modified. + # created in the system ID range, existing users will not be modified. # # node.normal['jenkins']['master']['use_system_accounts'] = false #