diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2020-04-25 13:47:43 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2020-04-25 14:22:54 +0300 |
commit | ac2604f923f5bd81920c5edd2c572a88778026dc (patch) | |
tree | 328722df9b1c18ad9f0f8da5b3131a95386e8b7b /client | |
parent | bc1be399723090eef40fbfbbe486d44b80214676 (diff) | |
download | mariadb-git-ac2604f923f5bd81920c5edd2c572a88778026dc.tar.gz |
Correct the name of a contributor
The name was correctly encoded in UTF-8 before
commit 0ce12f70ed2eee1b92e2af27e7dda30db544f492.
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqldump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c index f976cc31fc8..07afc3119b5 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -32,7 +32,7 @@ ** master/autocommit code by Brian Aker <brian@tangent.org> ** SSL by ** Andrei Errapart <andreie@no.spam.ee> -** Tõnu Samuel <tonu@please.do.not.remove.this.spam.ee> +** Tõnu Samuel <tonu@please.do.not.remove.this.spam.ee> ** XML by Gary Huntress <ghuntress@mediaone.net> 10/10/01, cleaned up ** and adapted to mysqldump 05/11/01 by Jani Tolonen ** Added --single-transaction option 06/06/2002 by Peter Zaitsev |