From 3ffdfea7181fc0af2de8daad532acdd2051edf04 Mon Sep 17 00:00:00 2001 From: Will Robertson Date: Sun, 17 Feb 2019 22:33:57 +1030 Subject: [PATCH] doc typo [ci skip] --- l3kernel/l3file.dtx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l3kernel/l3file.dtx b/l3kernel/l3file.dtx index 1a747a2b3a..4809648f84 100644 --- a/l3kernel/l3file.dtx +++ b/l3kernel/l3file.dtx @@ -607,7 +607,7 @@ % Defines \meta{tl} to the contents of \meta{filename}. % Category codes may need to be set appropriately via the \meta{setup} % argument. -% The non-branching version sets theg \meta{tl} to |\q_no_value| if the file is +% The non-branching version sets the \meta{tl} to |\q_no_value| if the file is % not found. The branching version runs the \meta{true code} after the % assignment to \meta{tl} if the file is found, and \meta{false code} % otherwise.