mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
34 lines
1.5 KiB
Diff
34 lines
1.5 KiB
Diff
Description: fix spelling errors.
|
|
Author: Joao Eriberto Mota Filho <eriberto@debian.org>
|
|
Last-Update: 2015-11-12
|
|
Index: sleuthkit-4.2.0/tsk/auto/auto_db.cpp
|
|
===================================================================
|
|
--- sleuthkit-4.2.0.orig/tsk/auto/auto_db.cpp
|
|
+++ sleuthkit-4.2.0/tsk/auto/auto_db.cpp
|
|
@@ -395,7 +395,7 @@ uint8_t
|
|
if (m_db->inTransaction()) {
|
|
tsk_error_reset();
|
|
tsk_error_set_errno(TSK_ERR_AUTO_DB);
|
|
- tsk_error_set_errstr("TskAutoDb::startAddImage(): Already in a transaction, image might not be commited");
|
|
+ tsk_error_set_errstr("TskAutoDb::startAddImage(): Already in a transaction, image might not be committed");
|
|
registerError();
|
|
return 1;
|
|
}
|
|
@@ -439,7 +439,7 @@ uint8_t
|
|
if (m_db->inTransaction()) {
|
|
tsk_error_reset();
|
|
tsk_error_set_errno(TSK_ERR_AUTO_DB);
|
|
- tsk_error_set_errstr("TskAutoDb::startAddImage(): Already in a transaction, image might not be commited");
|
|
+ tsk_error_set_errstr("TskAutoDb::startAddImage(): Already in a transaction, image might not be committed");
|
|
registerError();
|
|
return 1;
|
|
}
|
|
@@ -517,7 +517,7 @@ int64_t
|
|
TskAutoDb::commitAddImage()
|
|
{
|
|
if (tsk_verbose)
|
|
- tsk_fprintf(stderr, "TskAutoDb::commitAddImage: Commiting add image process\n");
|
|
+ tsk_fprintf(stderr, "TskAutoDb::commitAddImage: Committing add image process\n");
|
|
|
|
if (m_imgTransactionOpen == false) {
|
|
tsk_error_reset();
|