diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-10-18 19:49:55 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-05 13:51:39 +0200 |
commit | 3239ffe40311bf9d3f2cb18cad9d78b85162e7ad (patch) | |
tree | bd60fdac60ced7c13928cdad6c7190301ab7cb30 | |
parent | 86cb8d4052f0452568a0b076db7840384c8d9ea7 (diff) |
gnu: tex.scm: Fix typo.
* gnu/packages/tex.scm: Fix typo in initial comments.
Change-Id: Ib336500bbdfe6e532db8ae1088eaed41e833c04f
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 368c1996b7..c2d87472ae 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. |