Skip to content

Commit 8e032ac

Browse files
committed
spelling: suitability
Signed-off-by: Josh Soref <[email protected]>
1 parent 32cfe77 commit 8e032ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/extractor/Semmle.Util/FuzzyDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Semmle.Util
1717
/// The algorithm locates the closest match to a string based on a "distance function".
1818
///
1919
/// Whilst many distance functions are possible, a bespoke algorithm is used here,
20-
/// for efficiency and suitablility for the domain.
20+
/// for efficiency and suitability for the domain.
2121
///
2222
/// The distance is defined as the Hamming Distance of the numbers in the string.
2323
/// Each string is split into the base "form" (stripped of numbers) and a vector of

0 commit comments

Comments
 (0)