diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2023-01-10 14:50:58 +0200 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2023-01-10 14:50:58 +0200 |
commit | 820ebcec8651d2478ece554f059a5513f0b2bedf (patch) | |
tree | 2a4b43a9f104782fa9211e8622bc7d50a992f802 /include/mysql/service_my_snprintf.h | |
parent | 0225159a8d0e1260bfec7219b584523097a74d4b (diff) | |
parent | 92c8d6f168f329bf7e3998a4f580781d0239b59a (diff) | |
download | mariadb-git-820ebcec8651d2478ece554f059a5513f0b2bedf.tar.gz |
Merge 10.8 into 10.9
Diffstat (limited to 'include/mysql/service_my_snprintf.h')
-rw-r--r-- | include/mysql/service_my_snprintf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql/service_my_snprintf.h b/include/mysql/service_my_snprintf.h index 6757a658fb6..fcc832fc1f1 100644 --- a/include/mysql/service_my_snprintf.h +++ b/include/mysql/service_my_snprintf.h @@ -40,7 +40,7 @@ @post The syntax of a format string is generally the same: % <flag> <width> <precision> <length modifier> <format> - where everithing but the format is optional. + where everything but the format is optional. Three one-character flags are recognized: '0' has the standard zero-padding semantics; |