gnu: fontforge: Fix typo in comment.

* gnu/packages/fontutils.scm (fontforge): Fix comment.
This commit is contained in:
Ludovic Courtès 2018-01-17 09:59:16 +01:00
parent e112efcaaa
commit 59377c9e12
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@ definitions.")
;; Checks for potrace program at runtime ;; Checks for potrace program at runtime
`("PATH" ":" prefix (,potrace))))))) `("PATH" ":" prefix (,potrace)))))))
;; Check test 40 "FontForge .sfd file open check" to work around ;; Skip test 40 "FontForge .sfd file open check" to work around
;; <https://github.com/fontforge/fontforge/issues/3246>. ;; <https://github.com/fontforge/fontforge/issues/3246>.
#:make-flags '("TESTSUITEFLAGS=-k '!\\.sfd'"))) #:make-flags '("TESTSUITEFLAGS=-k '!\\.sfd'")))
(synopsis "Outline font editor") (synopsis "Outline font editor")