From 8a3adb9f72b4fe302d8ad7448232d23e95c4870c Mon Sep 17 00:00:00 2001 From: Arcturus Date: Tue, 2 Jun 2020 18:00:01 +0100 Subject: [PATCH] Help: Rename 'artefact' to 'artifact' in target_precompile_headers --- Help/command/target_precompile_headers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/command/target_precompile_headers.rst b/Help/command/target_precompile_headers.rst index 0d4f45ab54..d4280b13b6 100644 --- a/Help/command/target_precompile_headers.rst +++ b/Help/command/target_precompile_headers.rst @@ -93,7 +93,7 @@ Reusing Precompile Headers ^^^^^^^^^^^^^^^^^^^^^^^^^^ The command also supports a second signature which can be used to specify that -one target re-uses a precompiled header file artefact from another target +one target re-uses a precompiled header file artifact from another target instead of generating its own: .. code-block:: cmake