gnu: go-github-com-go-sql-driver-mysql: Fix typo in description.

* gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql)
[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:57:29 +02:00
parent 6036df8810
commit 2ecd7d6499
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3965,7 +3965,7 @@ (define-public go-github-com-go-sql-driver-mysql
(home-page "https://github.com/go-sql-driver/mysql")
(synopsis "MySQL driver for golang")
(description
"This is a pure Go implementaton of the MySQL API, compatible with
"This is a pure Go implementation of the MySQL API, compatible with
golang's database/sql package.")
(license license:mpl2.0)))