filter/Filter: fix typo in API doc

This commit is contained in:
Max Kellermann 2019-03-24 22:34:11 +01:00
parent 6bab3bcfea
commit aef0507abb
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ public:
/** /**
* Flush pending data and return it. This should be called * Flush pending data and return it. This should be called
* repepatedly until it returns nullptr. * repeatedly until it returns nullptr.
*/ */
virtual ConstBuffer<void> Flush(); virtual ConstBuffer<void> Flush();
}; };