nckx pushed a commit to branch master
in repository guix.
commit 2ecd7d64993580a4365232e46e6bd66d2324f0a0
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Apr 9 19:57:29 2021 +0200
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.
---
gnu/packages/golang.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 70dc653..a96f714 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3965,7 +3965,7 @@ without requiring a real database connection.")
(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)))