From 8be862687db6d9fb198a577f06871ca97194ad6d Mon Sep 17 00:00:00 2001 From: Ievgenii Meshcheriakov Date: Wed, 15 Sep 2021 15:31:13 +0200 Subject: unicode: Fix typo s/supersting/superstring/ Thanks to Konstantin Ritt for spotting it. Change-Id: Ia3b5c4103b315cdb690fcd8b42239f000acdbef0 Reviewed-by: Edward Welbourne --- util/unicode/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/unicode') 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 -- cgit v1.2.3