diff options
author | Faustin Lammler <faustin@fala.red> | 2018-12-21 17:06:08 -0300 |
---|---|---|
committer | Vicențiu-Marian Ciorbaru <vicentiu@mariadb.org> | 2019-12-02 12:41:13 +0200 |
commit | 2df2238cb86de237c6f57a25adb05dcdce020e8d (patch) | |
tree | eb58d830076ff12a83a573d596d379a288c3875a /wsrep | |
parent | db32d9457edbcb23b45f433cfcdfc5d86232bbb0 (diff) | |
download | mariadb-git-2df2238cb86de237c6f57a25adb05dcdce020e8d.tar.gz |
Lintian complains on spelling error
The lintian check complains on spelling error:
https://salsa.debian.org/mariadb-team/mariadb-10.3/-/jobs/95739
Diffstat (limited to 'wsrep')
-rw-r--r-- | wsrep/wsrep_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wsrep/wsrep_api.h b/wsrep/wsrep_api.h index 9d1280b6bc9..e362e71f829 100644 --- a/wsrep/wsrep_api.h +++ b/wsrep/wsrep_api.h @@ -990,7 +990,7 @@ struct wsrep { void (*stats_free) (wsrep_t* wsrep, struct wsrep_stats_var* var_array); /*! - * @brief Reset some stats variables to inital value, provider-dependent. + * @brief Reset some stats variables to initial value, provider-dependent. * * @param wsrep provider handle. */ |