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