mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
guix: Fix some misspellings.
Change-Id: Ia036217dadc1624c5f0d59fd44f646d46315c1f3
This commit is contained in:
parent
66daf46b41
commit
e582903481
10 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue