diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 08:21:27 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-08-22 08:22:30 +0000 |
commit | 187517d6a85e7a8bee39117f0599109ee8cd13ac (patch) | |
tree | a9ef7f8d064ca0c6a5dfa9274ebb856c8157619c /testing/sleuthkit/20_fix_spelling_errors.patch | |
parent | 9d4e3d8d3cfa90f9f85600ef1671b8e19bf20ecd (diff) | |
download | aports-187517d6a85e7a8bee39117f0599109ee8cd13ac.tar.bz2 aports-187517d6a85e7a8bee39117f0599109ee8cd13ac.tar.xz |
community/sleuthkit: moved from testing, upgraded to 4.3.0, removed unused patch
Diffstat (limited to 'testing/sleuthkit/20_fix_spelling_errors.patch')
-rw-r--r-- | testing/sleuthkit/20_fix_spelling_errors.patch | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/sleuthkit/20_fix_spelling_errors.patch b/testing/sleuthkit/20_fix_spelling_errors.patch deleted file mode 100644 index ec788ea29d..0000000000 --- a/testing/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(); |