diff options
author | musvaage <musvaage@outlook.com> | 2022-12-19 15:08:20 -0600 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2022-12-20 08:55:48 +1100 |
commit | e9e6c7a3c5e11ac2c8c0c77053961a698eb4a7d8 (patch) | |
tree | 02c44e94f74258265643d445964a990694fbc5d2 /include/ma_dyncol.h | |
parent | 0ca3aaa75fe084daabacfed0924598621dffec15 (diff) | |
download | mariadb-git-e9e6c7a3c5e11ac2c8c0c77053961a698eb4a7d8.tar.gz |
header typos
Diffstat (limited to 'include/ma_dyncol.h')
-rw-r--r-- | include/ma_dyncol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ma_dyncol.h b/include/ma_dyncol.h index 4f05b425afd..4468e23c4c4 100644 --- a/include/ma_dyncol.h +++ b/include/ma_dyncol.h @@ -78,7 +78,7 @@ enum enum_dyncol_func_result ER_DYNCOL_YES= 1, /* For functions returning 0/1 */ ER_DYNCOL_FORMAT= -1, /* Wrong format of the encoded string */ ER_DYNCOL_LIMIT= -2, /* Some limit reached */ - ER_DYNCOL_RESOURCE= -3, /* Out of resourses */ + ER_DYNCOL_RESOURCE= -3, /* Out of resources */ ER_DYNCOL_DATA= -4, /* Incorrect input data */ ER_DYNCOL_UNKNOWN_CHARSET= -5, /* Unknown character set */ ER_DYNCOL_TRUNCATED= 2 /* OK, but data was truncated */ |