1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: fix typo in /usr/lib/libtsk3.so.3.4.0
Author: Julien Valroff <julien@debian.org>
Last-Updated: 2011-10-13
--- a/tsk3/img/mult_files.c
+++ b/tsk3/img/mult_files.c
@@ -40,7 +40,7 @@
if (TSTRLEN(a_baseExt) > 2) {
tsk_error_reset();
tsk_errno = TSK_ERR_IMG_ARG;
- snprintf(tsk_errstr, TSK_ERRSTR_L, "findFiles2: extention is too short: %"PRIttocTSK, a_baseExt);
+ snprintf(tsk_errstr, TSK_ERRSTR_L, "findFiles2: extension is too short: %"PRIttocTSK, a_baseExt);
return 1;
}
TSTRNCPY(curExt, a_baseExt, 3);
|