Skip to content

Commit d36b8ed

Browse files
shulutkovphlogistonjohn
authored andcommitted
schema.yaml: typo fixes
Signed-off-by: myback <[email protected]>
1 parent 02442e2 commit d36b8ed

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

sambacc/schema/conf-v0.schema.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# EDIT THIS FILE
33
# When you are done editing this YAML representation, convert it into
44
# a matching <name>.json file in the same directory. That file exists
5-
# for jsonschema implmenations that can't read directly from YAML.
5+
# for jsonschema implementations that can't read directly from YAML.
66
#
7-
# After edting this file, generated files need to be updated.
7+
# After editing this file, generated files need to be updated.
88
# Run: python -m sambacc.schema.tool --update
99
#
1010
$schema: "http://json-schema.org/draft-07/schema#"
@@ -45,7 +45,7 @@ $defs:
4545
additionalProperties:
4646
type: string
4747
# permissions backend configurations
48-
# each backend may have it's own set of additional properties
48+
# each backend may have its own set of additional properties
4949
permissions_config:
5050
description: |
5151
Settings that enable and manage sambacc's permissions management support.
@@ -62,7 +62,7 @@ $defs:
6262
# file server user entries
6363
user_entry:
6464
description: |
65-
A user that will be instantiated in the local contianer environment to
65+
A user that will be instantiated in the local container environment to
6666
in order to provide access to smb shares.
6767
type: object
6868
properties:
@@ -87,7 +87,7 @@ $defs:
8787
# file server group entries
8888
group_entry:
8989
description: |
90-
A group that will be instantiated in the local contianer environment to
90+
A group that will be instantiated in the local container environment to
9191
in order to provide access to smb shares.
9292
type: object
9393
properties:
@@ -170,7 +170,7 @@ $defs:
170170
properties:
171171
samba-container-config:
172172
type: "string"
173-
title: "Cofiguration Format Version"
173+
title: "Configuration Format Version"
174174
description: |
175175
A short version string that assists in allowing the configuration
176176
format to (some day) support incompatible version changes.
@@ -183,7 +183,7 @@ properties:
183183
title: "Container Configurations"
184184
description: |
185185
A mapping of named configurations (instances) to top-level configuration
186-
blocks. A useable configuration file must have at least one configuration,
186+
blocks. A usable configuration file must have at least one configuration,
187187
but more than one is supported.
188188
type: object
189189
additionalProperties:
@@ -206,7 +206,7 @@ properties:
206206
The name of the domain settings. Only used with 'ADDC' feature flag.
207207
type: string
208208
additionalProperties: false
209-
# share defintions.
209+
# share definitions.
210210
shares:
211211
description: |
212212
A mapping of share name to share specific configuration. A share can
@@ -221,10 +221,10 @@ properties:
221221
permissions:
222222
$ref: "#/$defs/permissions_config"
223223
additionalProperties: false
224-
# globals defintions.
224+
# globals definitions.
225225
globals:
226226
description: |
227-
A mapping of samba global configuation blocks. The global section names
227+
A mapping of samba global configuration blocks. The global section names
228228
are not passed to Samba. All sections selected by a configuration are
229229
merged together before passing to Samba.
230230
type: object
@@ -257,7 +257,7 @@ properties:
257257
users:
258258
description: |
259259
Users to add to the container environment in order to provide
260-
Share access-control wihout becoming a domain member server.
260+
Share access-control without becoming a domain member server.
261261
type: object
262262
properties:
263263
all_entries:
@@ -269,7 +269,7 @@ properties:
269269
groups:
270270
description: |
271271
Groups to add to the container environment in order to provide
272-
Share access-control wihout becoming a domain member server.
272+
Share access-control without becoming a domain member server.
273273
type: object
274274
properties:
275275
all_entries:

0 commit comments

Comments
 (0)