Fix spelling mistake of initializes

Signed-off-by: Benjamin Drung <benjamin.drung@cloud.ionos.com>
This commit is contained in:
Benjamin Drung 2020-04-29 14:11:29 +02:00 committed by Daniel Wozniak
parent 2f0f9ab2ec
commit 6cc924cd33

View file

@ -66,7 +66,7 @@ def init(
done_file="%SALT_CONFIG_DIR%/lxd_initialized",
):
"""
Initalizes the LXD Daemon, as LXD doesn't tell if its initialized
Initializes the LXD Daemon, as LXD doesn't tell if its initialized
we touch the done_file and check if it exist.
This can only be called once per host unless you remove the done_file.