unicode: Fix typo s/supersting/superstring/

Thanks to Konstantin Ritt for spotting it.

Change-Id: Ia3b5c4103b315cdb690fcd8b42239f000acdbef0
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
This commit is contained in:
Ievgenii Meshcheriakov 2021-09-15 15:31:13 +02:00
parent e3d16b984a
commit 8be862687d

View File

@ -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