guix: Fix some misspellings.

Change-Id: Ia036217dadc1624c5f0d59fd44f646d46315c1f3
This commit is contained in:
Efraim Flashner 2025-02-19 11:12:11 +02:00
parent 66daf46b41
commit e582903481
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351
10 changed files with 13 additions and 13 deletions

View file

@ -1200,7 +1200,7 @@ be determined."
(define (string-distance s1 s2)
"Compute the Levenshtein distance between two strings."
;; Naive implemenation
;; Naive implementation
(define loop
(mlambda (as bt)
(match as