From: <sv...@op...> - 2024-12-27 09:18:06
|
Author: manx Date: Fri Dec 27 10:17:54 2024 New Revision: 22616 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22616 Log: [Doc] libopenmpt: Fix typo. Modified: trunk/OpenMPT/libopenmpt/libopenmpt.hpp Modified: trunk/OpenMPT/libopenmpt/libopenmpt.hpp ============================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt.hpp Thu Dec 26 20:23:57 2024 (r22615) +++ trunk/OpenMPT/libopenmpt/libopenmpt.hpp Fri Dec 27 10:17:54 2024 (r22616) @@ -55,7 +55,7 @@ * caller. * - openmpt::module::module() with a seekable std::istream as parameter will * load the module via the stream interface. libopenmpt will not implement an - * additional buffering layer in this case whih means the callbacks are assumed + * additional buffering layer in this case which means the callbacks are assumed * to be performant even with small i/o sizes. * - openmpt::module::module() with an unseekable std::istream as parameter * will load the module via the stream interface. libopempt will make an |