From 1ecdfcd6a2d1a2ebfa0bd51779796f2d294c1b5c Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 20 Dec 2015 19:09:18 +0100 Subject: [PATCH] Changed: Typo --- code/ryzom/client/src/login_patch.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/login_patch.cpp b/code/ryzom/client/src/login_patch.cpp index 8a584ee3f..9c0cbb9fd 100644 --- a/code/ryzom/client/src/login_patch.cpp +++ b/code/ryzom/client/src/login_patch.cpp @@ -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 // 'rFTP.Patches.size() == 1' !) // 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 // after the reference file has been updated