summaryrefslogtreecommitdiff
path: root/include/mysql/service_base64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mysql/service_base64.h')
-rw-r--r--include/mysql/service_base64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/service_base64.h b/include/mysql/service_base64.h
index 43b5ba323ba..fa54b4923d4 100644
--- a/include/mysql/service_base64.h
+++ b/include/mysql/service_base64.h
@@ -29,7 +29,7 @@ extern "C" {
#include <stdlib.h>
#endif
-/* Allow multuple chunks 'AAA= AA== AA==', binlog uses this */
+/* Allow multiple chunks 'AAA= AA== AA==', binlog uses this */
#define MY_BASE64_DECODE_ALLOW_MULTIPLE_CHUNKS 1
extern struct base64_service_st {