@@ -313,7 +313,7 @@ struct TCascStorage
313313 LPTSTR szCdnPath ; // Remote CDN sub path for the product
314314 LPSTR szRegion ; // Product region. Only when "versions" is used as storage root file
315315 LPSTR szBuildKey ; // Product build key, aka MD5 of the build file
316- DWORD dwDefaultLocale ; // Mask of installed localles
316+ DWORD dwDefaultLocale ; // Mask of installed locales
317317 DWORD dwBuildNumber ; // Product build number
318318 DWORD dwRefCount ; // Number of references
319319 DWORD dwFeatures ; // List of CASC features. See CASC_FEATURE_XXX
@@ -353,7 +353,7 @@ struct TCascStorage
353353 size_t TotalFiles ; // Total number of files in the storage, some may not be present locally
354354 size_t EKeyEntries ; // Number of CKeyEntry-ies loaded from text build file
355355 size_t EKeyLength ; // EKey length from the index files
356- DWORD FileOffsetBits ; // Number of bits in the storage offset which mean data segent offset
356+ DWORD FileOffsetBits ; // Number of bits in the storage offset which mean data segment offset
357357
358358 CASC_KEY_MAP KeyMap ; // Growable map of encryption keys
359359 ULONGLONG LastFailKeyName ; // The value of the encryption key that recently was NOT found.
@@ -394,7 +394,7 @@ struct TCascFile
394394 DWORD bDownloadFileIf :1 ; // If true, then the data will be downloaded from the online storage if missing
395395 DWORD bCloseFileStream :1 ; // If true, file stream needs to be closed during CascCloseFile
396396 DWORD bOvercomeEncrypted :1 ; // If true, then CascReadFile will fill the part that is encrypted (and key was not found) with zeros
397- DWORD bFreeCKeyEntries :1 ; // If true, dectructor will free the array of CKey entries
397+ DWORD bFreeCKeyEntries :1 ; // If true, destructor will free the array of CKey entries
398398
399399 ULONGLONG FileCacheStart ; // Starting offset of the file cached area
400400 ULONGLONG FileCacheEnd ; // Ending offset of the file cached area
0 commit comments