summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniel Dent <DanielDent@users.noreply.github.com>2016-01-14 03:59:19 -0800
committerSergey Vojtovich <svoj@mariadb.org>2016-02-17 21:46:32 +0400
commitf22f2a62aecad4c213e640bc06388d5d8d6958fd (patch)
tree7ab9081d54f8f4680c8e729fda047aaed514c14f /debian
parent59b6b99ce3635077d06a3c0edb05c5ac52ca6e34 (diff)
downloadmariadb-git-f22f2a62aecad4c213e640bc06388d5d8d6958fd.tar.gz
MDEV-9484 - Typo fixes
Diffstat (limited to 'debian')
-rw-r--r--debian/additions/my.cnf2
-rw-r--r--debian/mariadb-client-10.1.README.Debian2
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/additions/my.cnf b/debian/additions/my.cnf
index 4645e7c557a..d30ec182c8b 100644
--- a/debian/additions/my.cnf
+++ b/debian/additions/my.cnf
@@ -177,7 +177,7 @@ quote-names
max_allowed_packet = 16M
[mysql]
-#no-auto-rehash # faster start of mysql but no tab completition
+#no-auto-rehash # faster start of mysql but no tab completion
[isamchk]
key_buffer = 16M
diff --git a/debian/mariadb-client-10.1.README.Debian b/debian/mariadb-client-10.1.README.Debian
index b245638f9c9..64f0f509951 100644
--- a/debian/mariadb-client-10.1.README.Debian
+++ b/debian/mariadb-client-10.1.README.Debian
@@ -1,4 +1,4 @@
FAQ:
-Q: My <tab> completition is gone, why?
+Q: My <tab> completion is gone, why?
A: You have "no-auto-rehash" in the "[mysql]" section of /etc/mysql/my.cnf!