diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-10-18 19:49:55 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-05-06 11:25:05 +0200 |
commit | fbc334928b13258f465f04ca9e525ef42e2791a4 (patch) | |
tree | 0f949c557bb5e895c45514f7c6d108e4033870de | |
parent | 0b57435285911aa5e142631774aa86d58cc7f2a4 (diff) | |
download | guix-fbc334928b13258f465f04ca9e525ef42e2791a4.tar.gz guix-fbc334928b13258f465f04ca9e525ef42e2791a4.zip |
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. |