gnu: go-github-com-go-sql-driver-mysql: Fix typo in description.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 9 Apr 2021 17:57:29 +0000 (19:57 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 10 Apr 2021 12:11:33 +0000 (14:11 +0200)
* gnu/packages/golang.scm (go-github-com-go-sql-driver-mysql)
[description]: Fix typo.

gnu/packages/golang.scm

index 70dc653..a96f714 100644 (file)
@@ -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)))