aboutsummaryrefslogtreecommitdiffstats
path: root/community/sleuthkit/20_fix_spelling_errors.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:21:27 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2016-08-22 08:22:30 +0000
commit187517d6a85e7a8bee39117f0599109ee8cd13ac (patch)
treea9ef7f8d064ca0c6a5dfa9274ebb856c8157619c /community/sleuthkit/20_fix_spelling_errors.patch
parent9d4e3d8d3cfa90f9f85600ef1671b8e19bf20ecd (diff)
downloadaports-187517d6a85e7a8bee39117f0599109ee8cd13ac.tar.bz2
aports-187517d6a85e7a8bee39117f0599109ee8cd13ac.tar.xz
community/sleuthkit: moved from testing, upgraded to 4.3.0, removed unused patch
Diffstat (limited to 'community/sleuthkit/20_fix_spelling_errors.patch')
-rw-r--r--community/sleuthkit/20_fix_spelling_errors.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/community/sleuthkit/20_fix_spelling_errors.patch b/community/sleuthkit/20_fix_spelling_errors.patch
new file mode 100644
index 0000000000..ec788ea29d
--- /dev/null
+++ b/community/sleuthkit/20_fix_spelling_errors.patch
@@ -0,0 +1,34 @@
+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();