From 68b23fe50f7c1e77b2ee6d86edca6e78d31c0ecb Mon Sep 17 00:00:00 2001 From: kervala Date: Sun, 20 Dec 2015 19:09:18 +0100 Subject: [PATCH] Changed: Typo --HG-- branch : develop --- 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