diff --git a/salt/states/file.py b/salt/states/file.py index d16b6d021906..e79c49b467e6 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -4264,7 +4264,7 @@ def directory( Because ``cmd.run`` has no way of communicating that it's creating a file, ``will_always_clean`` will remove the newly created file. Of course, every time the states run the same thing will happen - the - ``silly_way_of_creating_a_file`` will crete the file and + ``silly_way_of_creating_a_file`` will create the file and ``will_always_clean`` will always remove it. Over and over again, no matter how many times you run it.