summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/SearchFlags.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/SearchFlags.idl')
-rw-r--r--offapi/com/sun/star/util/SearchFlags.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/util/SearchFlags.idl b/offapi/com/sun/star/util/SearchFlags.idl
index 004bd60f7bdf..f0c03e277a21 100644
--- a/offapi/com/sun/star/util/SearchFlags.idl
+++ b/offapi/com/sun/star/util/SearchFlags.idl
@@ -92,7 +92,7 @@ published constants SearchFlags
/** Flag for "Weighted Levenshtein Distance" search / Relaxed
checking of limit, split weigh pools.
- <p> If not specified (<b>strict</b>), the search is sucessful if
+ <p> If not specified (<b>strict</b>), the search is successful if
the WLD is within a calculated limit where each insertion,
deletion and replacement adds a weight to a common pool of
weights. This is the mathematically correct WLD. </p>