[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kexi/3.1] src/migration/mdb/3rdparty/mdbtools/libmdb: GIT_SILENT Fix typos (silent)
From:       Jaroslaw Staniek <null () kde ! org>
Date:       2018-08-30 21:19:24
Message-ID: E1fvULc-0003tX-GW () code ! kde ! org
[Download RAW message or body]

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/migration/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 = 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 = O_RDONLY;
diff --git a/src/migration/mdb/3rdparty/mdbtools/libmdb/write.c \
b/src/migration/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_end, \
                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.
  *


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic