Git commit 39b87f3360f6eb44e5fa2e1601acbb27a6700443 by Jaroslaw Staniek. Committed on 30/08/2018 at 20:35. Pushed by staniek into branch '3.1'. GIT_SILENT Fix typos mdbtools 9fb36c0f075de 772b5675dd98bda M +1 -1 src/migration/mdb/3rdparty/mdbtools/libmdb/file.c M +1 -1 src/migration/mdb/3rdparty/mdbtools/libmdb/write.c https://commits.kde.org/kexi/39b87f3360f6eb44e5fa2e1601acbb27a6700443 diff --git a/src/migration/mdb/3rdparty/mdbtools/libmdb/file.c b/src/migrat= ion/mdb/3rdparty/mdbtools/libmdb/file.c index 905dd0d6b..4a4d13444 100644 --- a/src/migration/mdb/3rdparty/mdbtools/libmdb/file.c +++ b/src/migration/mdb/3rdparty/mdbtools/libmdb/file.c @@ -276,7 +276,7 @@ MdbHandle *mdb_open(const char *filename, MdbFileFlags = flags) if (mdb->f->db_key) { /* write is not supported for encrypted files yet */ mdb->f->writable =3D FALSE; - /* that should be enought, but reopen the file read only just to be + /* that should be enough, but reopen the file read only just to be * sure we don't write invalid data */ close(mdb->f->fd); open_flags =3D O_RDONLY; diff --git a/src/migration/mdb/3rdparty/mdbtools/libmdb/write.c b/src/migra= tion/mdb/3rdparty/mdbtools/libmdb/write.c index 004513fea..92b63b00b 100644 --- a/src/migration/mdb/3rdparty/mdbtools/libmdb/write.c +++ b/src/migration/mdb/3rdparty/mdbtools/libmdb/write.c @@ -156,7 +156,7 @@ mdb_crack_row3(MdbHandle *mdb, int row_start, int row_e= nd, unsigned int bitmask_ * @table: Table that the row belongs to * @row_start: offset to start of row on current page * @row_end: offset to end of row on current page - * @fields: pointer to MdbField array to be popluated by mdb_crack_row + * @fields: pointer to MdbField array to be populated by mdb_crack_row * * Cracks a row buffer apart into its component fields. *