diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:11:03 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2025-02-19 11:21:47 +0200 |
commit | 66daf46b411ea68893d3066e654f38fc05d6f286 (patch) | |
tree | 2ce35923cbe23e485b483ad93db0a93bf144aee7 /gnu/packages/finance.scm | |
parent | 77ad73b333d80b60dd9861c75d1dd93d3e4ae33c (diff) |
gnu: Fix some misspellings.
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index b3ef763d35..bb1234ebd9 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1546,7 +1546,7 @@ information.") ;; a decade's worth of new data files) rely on the Debian packaging tools, ;; so building normally even from the patched sources would miss them. ;; Here, we do all of the patching in the origin, so that the result of - ;; `guix build --source` is actually useable for building without Guix. + ;; `guix build --source` is actually usable for building without Guix. (let ((revision "1") (commit "3054ee2f90cc7c03ed6b131177d09701c7a4fced")) (package |