Fix spelling errors - Bogatov's patch.

This commit is contained in:
Darko Poljak 2016-05-05 09:58:35 +02:00
commit 8a079b3440
7 changed files with 9 additions and 9 deletions

View file

@ -42,7 +42,7 @@ raw::
See crontab(5) for the extensions if any that your cron implementation
implements.
raw_command::
Take whatever the user has given in the commmand and ignore everything else.
Take whatever the user has given in the command and ignore everything else.
If given, the command will be added to crontab.
Can for example be used to define variables like SHELL or MAILTO.

View file

@ -59,7 +59,7 @@ create::
remove::
Directory exists, but state is absent, directory will be removed by generated code.
remove non directory::
Someting other than a directory with the same name exists and was removed prior to create.
Something other than a directory with the same name exists and was removed prior to create.
EXAMPLES

View file

@ -19,7 +19,7 @@ REQUIRED PARAMETERS
file::
The file to operate on.
delimiter::
The delimiter which seperates the key from the value.
The delimiter which separates the key from the value.
OPTIONAL PARAMETERS

View file

@ -22,11 +22,11 @@ OPTIONAL PARAMETERS
-------------------
state::
Either "present" or "absent" or "enabled" or "disabled", defaults to "present" +
#present# - make sure that the repo is aviable, needs uri and repo_desc +
#present# - make sure that the repo is available, needs uri and repo_desc +
for all following states, the repo can be searched via repo_id or uri +
#absent# - drop the repo if found +
#enabled# - a repo can have state disabled if installed via zypper service (ris), in this case, you can enable the repo +
#disabled# - instead of absent (drop), a repo can also set to disabled, wich makes it inaccessible +
#disabled# - instead of absent (drop), a repo can also set to disabled, which makes it inaccessible +
uri::
If supplied, use the uri and not the object id as repo uri.