Skip to content

Commit 43ca389

Browse files
committed
fix "created on" typo
1 parent cc51774 commit 43ca389

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ parameters documented above also apply to AIX systems.
286286
* vix (Parameter) - Specify that the file system can allocate inode extents smaller than the default, Allowed Values:
287287
* `true`
288288
* `false`
289-
* volume_group (Parameter) - Volume group that the file system should be greated on.
289+
* volume_group (Parameter) - Volume group that the file system should be created on.
290290

291291
### logical_volume
292292

REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ Specify that the file system can allocate inode extents smaller than the default
722722

723723
##### <a name="-filesystem--volume_group"></a>`volume_group`
724724

725-
Volume group that the file system should be greated on. AIX only.
725+
Volume group that the file system should be created on. AIX only.
726726

727727
### <a name="logical_volume"></a>`logical_volume`
728728

@@ -1204,7 +1204,7 @@ Device to create the filesystem on, this can be a device or a logical volume. AI
12041204

12051205
Data type: `Optional[String]`
12061206

1207-
Volume group that the file system should be greated on. AIX only.
1207+
Volume group that the file system should be created on. AIX only.
12081208

12091209
### <a name="ensure_lv"></a>`ensure_lv`
12101210

lib/puppet/type/filesystem.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
end
139139

140140
newparam(:volume_group) do
141-
desc 'Volume group that the file system should be greated on. AIX only.'
141+
desc 'Volume group that the file system should be created on. AIX only.'
142142
end
143143

144144
autorequire(:logical_volume) do

tasks/ensure_fs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@
115115
"type": "Optional[String]"
116116
},
117117
"volume_group": {
118-
"description": "Volume group that the file system should be greated on. AIX only.",
118+
"description": "Volume group that the file system should be created on. AIX only.",
119119
"type": "Optional[String]"
120120
}
121121
}
122-
}
122+
}

0 commit comments

Comments
 (0)