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 /sql/sql_show.cc | |
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 'sql/sql_show.cc')
-rw-r--r-- | sql/sql_show.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_show.cc b/sql/sql_show.cc index 923114ae0d4..ba9977f65b1 100644 --- a/sql/sql_show.cc +++ b/sql/sql_show.cc @@ -2624,7 +2624,7 @@ int select_result_explain_buffer::send_data(List<Item> &items) DBUG_ENTER("select_result_explain_buffer::send_data"); /* - Switch to the recieveing thread, so that we correctly count memory used + Switch to the receiveing thread, so that we correctly count memory used by it. This is needed as it's the receiving thread that will free the memory. */ |