From: <sv...@op...> - 2024-12-27 09:19:22
|
Author: manx Date: Fri Dec 27 10:19:11 2024 New Revision: 22619 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22619 Log: Merged revision(s) 22616 from trunk/OpenMPT: [Doc] libopenmpt: Fix typo. ........ Modified: branches/OpenMPT-1.29/ (props changed) branches/OpenMPT-1.29/libopenmpt/ (props changed) branches/OpenMPT-1.29/libopenmpt/libopenmpt.hpp Modified: branches/OpenMPT-1.29/libopenmpt/libopenmpt.hpp ============================================================================== --- branches/OpenMPT-1.29/libopenmpt/libopenmpt.hpp Fri Dec 27 10:18:50 2024 (r22618) +++ branches/OpenMPT-1.29/libopenmpt/libopenmpt.hpp Fri Dec 27 10:19:11 2024 (r22619) @@ -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 |