summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-11-10 00:51:11 +0100
committerJulien Nabet <serval2412@yahoo.fr>2018-11-10 06:47:03 +0100
commite8b0895cb28ecfdbc054aa26e138f17db6776a03 (patch)
tree5bbdaf518f7505d449a36dee7862ffd81ef33844
parent05045d185907e4f88dbab1f92cfe1477651d1225 (diff)
Fix typo
Change-Id: I89f596c5d4ee95cc48ee52507bbce9ed4eb0085a Reviewed-on: https://gerrit.libreoffice.org/63225 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r--help3xsl/fuzzysort.js2
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