diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2020-05-23 22:38:20 +0200 |
---|---|---|
committer | Anel Husakovic <anel@mariadb.org> | 2020-06-01 10:04:48 +0200 |
commit | 821a6939087d411f97256d00fe1faa2b4470ed10 (patch) | |
tree | 655a84972ba9f9fd0a382150e61ae9c6ce93c10a | |
parent | 9bbd685e8d325c5868a93083addc7a930c1c90de (diff) | |
download | mariadb-git-5.5.tar.gz |
Fix duplicate word5.5
both both -> both
Closes #1560
-rw-r--r-- | support-files/rpm/my.cnf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/rpm/my.cnf b/support-files/rpm/my.cnf index 8c6a7139de5..5cda317d29e 100644 --- a/support-files/rpm/my.cnf +++ b/support-files/rpm/my.cnf @@ -1,5 +1,5 @@ # -# This group is read both both by the client and the server +# This group is read both by the client and the server # use it for options that affect everything # [client-server] |