diff options
Diffstat (limited to 'core/string/optimized_translation.h')
-rw-r--r-- | core/string/optimized_translation.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/string/optimized_translation.h b/core/string/optimized_translation.h index bccf932383..bef7ca993d 100644 --- a/core/string/optimized_translation.h +++ b/core/string/optimized_translation.h @@ -38,7 +38,7 @@ class OptimizedTranslation : public Translation { //this translation uses a sort of modified perfect hash algorithm //it requires hashing strings twice and then does a binary search, - //so it's slower, but at the same time it has an extreemly high chance + //so it's slower, but at the same time it has an extremely high chance //of catching untranslated strings //load/store friendly types |