aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sleuthkit/20_fix_spelling_errors.patch
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-12-28 15:37:47 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-12-28 15:37:47 +0000
commit9ad7f5bf28d11983e40f93cacf3e583611914d1f (patch)
tree803839678231f19ad43e8a96a8c61ec8f74578f4 /testing/sleuthkit/20_fix_spelling_errors.patch
parent8226f835f8ab3361922e08e34eaf0071fd02f32c (diff)
downloadaports-9ad7f5bf28d11983e40f93cacf3e583611914d1f.tar.bz2
aports-9ad7f5bf28d11983e40f93cacf3e583611914d1f.tar.xz
testing/sleuthkit: new aport
Diffstat (limited to 'testing/sleuthkit/20_fix_spelling_errors.patch')
-rw-r--r--testing/sleuthkit/20_fix_spelling_errors.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/testing/sleuthkit/20_fix_spelling_errors.patch b/testing/sleuthkit/20_fix_spelling_errors.patch
new file mode 100644
index 0000000000..ec788ea29d
--- /dev/null
+++ b/testing/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();