Fix spelling mistake of specified

Signed-off-by: Benjamin Drung <benjamin.drung@ionos.com>
This commit is contained in:
Benjamin Drung 2021-11-01 10:50:59 +01:00 committed by Megan Wilhite
parent 3fbe78c3eb
commit 2fac1c0d9a
2 changed files with 2 additions and 2 deletions

View file

@ -853,7 +853,7 @@ that does not send executions to minions.
Default: False
When checking the minions connected to a master, also include the master's
connections to minions on the port specfied in the setting `remote_minions_port`.
connections to minions on the port specified in the setting `remote_minions_port`.
This is particularly useful when checking if the master is connected to any Heist-Salt
minions. If this setting is set to True, the master will check all connections on port 22
by default unless a user also configures a different port with the setting

View file

@ -3970,7 +3970,7 @@ def create_folder(kwargs=None, call=None):
folder_refs.append(folder_refs[index - 1].CreateFolder(folder_name))
if path_exists:
return {inventory_path: "specfied path already exists"}
return {inventory_path: "specified path already exists"}
return {inventory_path: "created the specified path"}