diff options
Diffstat (limited to 'java/res')
-rw-r--r-- | java/res/values/config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/config.xml b/java/res/values/config.xml index 1ffbbacbe..d9ff8d7b9 100644 --- a/java/res/values/config.xml +++ b/java/res/values/config.xml @@ -80,6 +80,8 @@ will be subject to auto-correction. --> <item>0</item> </string-array> + <!-- Threshold of the normalized score of the best suggestion for the spell checker to declare a word to be a typo --> + <string name="spellchecker_typo_threshold_value">0.11</string> <!-- Screen metrics for logging. 0 = "mdpi", 1 = "hdpi", 2 = "xlarge" --> <integer name="log_screen_metrics">0</integer> <bool name="config_require_umlaut_processing">false</bool> |