diff --git a/docs/MakefileGuide.html b/docs/MakefileGuide.html index 1484b02789d..d8c5029f95c 100644 --- a/docs/MakefileGuide.html +++ b/docs/MakefileGuide.html @@ -552,7 +552,7 @@

This utility target, only available when $(PROJ_OBJ_ROOT) is not the same as $(PROJ_SRC_ROOT), will completely clean the - $(PROJ_OBJ_ROOT) directoy by removing its content entirely and + $(PROJ_OBJ_ROOT) directory by removing its content entirely and reconfiguring the directory. This returns the $(PROJ_OBJ_ROOT) directory to a completely fresh state. All content in the directory except configured files and top-level makefiles will be lost.