mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Typo
--HG-- branch : develop
This commit is contained in:
parent
71d3ea8a37
commit
68b23fe50f
1 changed files with 1 additions and 1 deletions
|
@ -3052,7 +3052,7 @@ void CPatchThread::processFile (CPatchManager::SFileToPatch &rFTP)
|
||||||
// to apply a single patch from a refrence version to them. (so here we necessarily got
|
// to apply a single patch from a refrence version to them. (so here we necessarily got
|
||||||
// 'rFTP.Patches.size() == 1' !)
|
// 'rFTP.Patches.size() == 1' !)
|
||||||
// The reference version itself is incrementally patched, however, and may be rebuilt from time to time
|
// The reference version itself is incrementally patched, however, and may be rebuilt from time to time
|
||||||
// when the delta to the reference has become to big (but is most of the time < to the sum of equivallent delta patchs)
|
// when the delta to the reference has become too big (but is most of the time < to the sum of equivallent delta patchs)
|
||||||
// The non-incremental final patch (from ref file to final bnp), is guaranteed to be done last
|
// The non-incremental final patch (from ref file to final bnp), is guaranteed to be done last
|
||||||
// after the reference file has been updated
|
// after the reference file has been updated
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue