From 13b686911e248f6bbcefd1a58c816debf0702e44 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 18 Oct 2024 19:49:55 +0200 Subject: [PATCH] gnu: tex.scm: Fix typo. * gnu/packages/tex.scm: Fix typo in initial comments. Change-Id: Ib336500bbdfe6e532db8ae1088eaed41e833c04f --- gnu/packages/tex.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 87b97e07b8..940caa9804 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -223,7 +223,7 @@ (define-module (gnu packages tex) ;;; package didn't propagate some inputs already. Double check updater's ;;; output, such issues are mentioned, and resolve them manually. ;;; -;;; Likewise, look for `(list)' artefacts the updater may have scattered +;;; Likewise, look for `(list)' artifacts the updater may have scattered ;;; throughout this module. They usually appear when all elements have ;;; been removed from an input field. In this situation, for aesthetics, ;;; the whole field can be suppressed.