diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-10 00:51:11 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-11-10 06:47:03 +0100 |
commit | e8b0895cb28ecfdbc054aa26e138f17db6776a03 (patch) | |
tree | 5bbdaf518f7505d449a36dee7862ffd81ef33844 /help3xsl | |
parent | 05045d185907e4f88dbab1f92cfe1477651d1225 (diff) |
Fix typo
Change-Id: I89f596c5d4ee95cc48ee52507bbce9ed4eb0085a
Reviewed-on: https://gerrit.libreoffice.org/63225
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'help3xsl')
-rw-r--r-- | help3xsl/fuzzysort.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/fuzzysort.js b/help3xsl/fuzzysort.js index 78c8fccf6c..71f1733903 100644 --- a/help3xsl/fuzzysort.js +++ b/help3xsl/fuzzysort.js @@ -605,4 +605,4 @@ return fuzzysortNew() // TODO: (like sublime) backslash === forwardslash -// TODO: (performance) i have no idea how well optizmied the allowing typos algorithm is +// TODO: (performance) i have no idea how well optimized the allowing typos algorithm is |