guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 42/52: gnu: go-github-com-go-sql-driver-mysql: Fix typo in description.
Date: Sat, 10 Apr 2021 08:15:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2ecd7d64993580a4365232e46e6bd66d2324f0a0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]