From 10381745aa2d450b694e8ed35ebcb6c87d71200f Mon Sep 17 00:00:00 2001 From: Jon Stewart <jonathan.l.stewart@acm.org> Date: Fri, 15 May 2015 15:34:13 -0400 Subject: [PATCH] Small spelling fix in documentation Just transposed characters --- tsk/auto/tsk_auto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsk/auto/tsk_auto.h b/tsk/auto/tsk_auto.h index 9fc47d24f..97b5412c5 100644 --- a/tsk/auto/tsk_auto.h +++ b/tsk/auto/tsk_auto.h @@ -161,7 +161,7 @@ class TskAuto { /** * Get the list of errors that were added to * the internal list. This list could be empty - * if the implementign class already acted on + * if the implementing class already acted on * the errors or never called addToErrorList(). * @returns list of errors. */ -- GitLab