From 67499979c8fc954844f86a548a316b036c93b081 Mon Sep 17 00:00:00 2001 From: "Keith J. Jones" Date: Fri, 25 Oct 2019 10:33:20 -0400 Subject: [PATCH] Fixed typo. --- src/file_analysis/Analyzer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file_analysis/Analyzer.h b/src/file_analysis/Analyzer.h index e60003d492..85fb37faa1 100644 --- a/src/file_analysis/Analyzer.h +++ b/src/file_analysis/Analyzer.h @@ -39,7 +39,7 @@ public: { } /** - * Subclasses may override this metod to receive file data non-sequentially. + * Subclasses may override this method to receive file data non-sequentially. * @param data points to start of a chunk of file data. * @param len length in bytes of the chunk of data pointed to by \a data. * @param offset the byte offset within full file that data chunk starts.