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.