andreas pushed a commit to branch tex-team
in repository guix.
commit f9d423a9a7e59d2f8ecf0efd036f30af03cfebfb
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 18 19:49:55 2024 +0200
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 1d7c9bcfd7..baa481792d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -223,7 +223,7 @@
;;; 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.