From 97d14f1255ba9f23f4b561c8b046f89109fc23ec Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Thu, 17 Oct 2024 08:25:55 +0200 Subject: [PATCH] [cpp.subst] Fix typo --- source/preprocessor.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/preprocessor.tex b/source/preprocessor.tex index 0d50198e26..23944f5bc4 100644 --- a/source/preprocessor.tex +++ b/source/preprocessor.tex @@ -1215,7 +1215,7 @@ macros contained therein have been expanded. The argument's preprocessing tokens are completely macro replaced before being substituted as if they formed the rest of the preprocessing - tranlation unit with no other preprocessing tokens being available. + translation unit with no other preprocessing tokens being available. \end{itemize} \begin{example} \begin{codeblock}