[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: doc: mysql-configuration: Fix typo.
From: |
??? |
Subject: |
02/02: doc: mysql-configuration: Fix typo. |
Date: |
Sat, 26 Nov 2016 04:50:53 +0000 (UTC) |
iyzsong pushed a commit to branch master
in repository guix.
commit c940b8e682ef375f46c69ede4218d0a4d75317b5
Author: 宋文武 <address@hidden>
Date: Sat Nov 26 12:47:14 2016 +0800
doc: mysql-configuration: Fix typo.
* doc/guix.texi (Database Services): Fix typo of 'mysql-configuration'.
---
doc/guix.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index 137fec8..5747484 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -10053,7 +10053,7 @@ Return a service that runs @command{mysqld}, the MySQL
or MariaDB
database server.
The optional @var{config} argument specifies the configuration for
address@hidden, which should be a @code{<mysql-configuraiton>} object.
address@hidden, which should be a @code{<mysql-configuration>} object.
@end deffn
@deftp {Data Type} mysql-configuration