diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-29 00:19:19 +0100 |
commit | 7b666d29c84d5cad788815a1c9133a5c38c5f410 (patch) | |
tree | 7e0e9f567ea66bc0c2629499454d07545f6d674b /community/sleuthkit | |
parent | c10f2d9b183c51fddfcb61024d01a5bd21197694 (diff) | |
download | aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.bz2 aports-7b666d29c84d5cad788815a1c9133a5c38c5f410.tar.xz |
Remove stale patches in community/
Diffstat (limited to 'community/sleuthkit')
-rw-r--r-- | community/sleuthkit/20_fix_spelling_errors.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/community/sleuthkit/20_fix_spelling_errors.patch b/community/sleuthkit/20_fix_spelling_errors.patch deleted file mode 100644 index ec788ea29d..0000000000 --- a/community/sleuthkit/20_fix_spelling_errors.patch +++ /dev/null @@ -1,34 +0,0 @@ -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(); |