diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2016-06-14 16:43:08 +0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-14 16:43:08 +0400 |
commit | 5b008d4a270d5c1f2ca713d8a96c488c0f96bdd1 (patch) | |
tree | 80e9f74e0d1f9a7ccaef6d541c0d7d4827d6381f /mysql-test/r/mysqldump.result | |
parent | 9f9eb682d54fedf38e02df1d28228e68c10ee77d (diff) | |
parent | effbe7dd7bdf4d27cb8764140a6d00c0b53af0b6 (diff) | |
download | mariadb-git-5b008d4a270d5c1f2ca713d8a96c488c0f96bdd1.tar.gz |
Merge pull request #181 from ottok/ok-debpkg-10.2
General spell fixing in comments and strings
Diffstat (limited to 'mysql-test/r/mysqldump.result')
-rw-r--r-- | mysql-test/r/mysqldump.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqldump.result b/mysql-test/r/mysqldump.result index ef124e74a76..08c8c3c4d7c 100644 --- a/mysql-test/r/mysqldump.result +++ b/mysql-test/r/mysqldump.result @@ -514,7 +514,7 @@ drop database mysqldump_test_db; # Check that we don't dump in UTF8 in compatible mode by default, # but use the default compiled values, or the values given in # --default-character-set=xxx. However, we should dump in UTF8 -# if it is explicitely set. +# if it is explicitly set. CREATE TABLE t1 (a CHAR(10)); INSERT INTO t1 VALUES (_latin1 'ÄÖÜß'); |