summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-09-15 15:31:13 +0200
committerIevgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io>2021-09-15 21:58:12 +0200
commit8be862687db6d9fb198a577f06871ca97194ad6d (patch)
tree06c2d3204b1212d4660a95f704deabeabe961025 /util
parente3d16b984a82697907524ad5c8870a1966657fcb (diff)
unicode: Fix typo s/supersting/superstring/
Thanks to Konstantin Ritt for spotting it. Change-Id: Ia3b5c4103b315cdb690fcd8b42239f000acdbef0 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'util')
-rw-r--r--util/unicode/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/unicode/main.cpp b/util/unicode/main.cpp
index 3f7f3956f9..91015411a0 100644
--- a/util/unicode/main.cpp
+++ b/util/unicode/main.cpp
@@ -2524,7 +2524,7 @@ struct OverlapGraphEdge
};
/*
- Returns a common supersting of all inputs.
+ Returns a common superstring of all inputs.
Ideally this function would return the superstring of the smallest
possible size, but the shortest common superstring problem is know to be