Fixed typo.

This commit is contained in:
Keith J. Jones 2019-10-25 10:33:20 -04:00
parent 17076936f7
commit 67499979c8

View file

@ -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.