Skip to content

Commit 7e08c37

Browse files
committed
seperator changed to separator
It should be also changed in other places such in here here https://github.com/puppetlabs/puppet-specifications/blob/master/language/resource-api/README.md
1 parent e65a162 commit 7e08c37

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spec/fixtures/test_module/lib/puppet/type/composite_namevar.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
title_patterns: [
99
{
1010
pattern: %r{^(?<package>.*[^-])-(?<manager>.*)$},
11-
desc: 'Where the package and the manager are provided with a hyphen seperator',
11+
desc: 'Where the package and the manager are provided with a hyphen separator',
1212
},
1313
{
1414
pattern: %r{^(?<package>.*[^/])/(?<manager>.*)$},
15-
desc: 'Where the package and the manager are provided with a forward slash seperator',
15+
desc: 'Where the package and the manager are provided with a forward slash separator',
1616
},
1717
],
1818
attributes: {

spec/puppet/resource_api_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ def set(_context, changes) end
10831083
title_patterns: [
10841084
{
10851085
pattern: %r{^(?<package>.*[^/])/(?<manager>.*)$},
1086-
desc: 'Where the package and the manager are provided with a slash seperator',
1086+
desc: 'Where the package and the manager are provided with a slash separator',
10871087
},
10881088
{
10891089
pattern: %r{^(?<package>.*)$},

0 commit comments

Comments
 (0)