Skip to content

Commit 6b2efca

Browse files
committed
fixed typo
1 parent f93d2e7 commit 6b2efca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Please have a look at the [available releases](https://github.com/shrink0r/suffi
1313

1414
## Purpose
1515

16-
Suffix-tree implementation using the ukonen algorithm.
16+
Suffix-tree implementation using the ukkonen algorithm.
1717
The code is based on these two articles found at [stackoverflow](http://stackoverflow.com/questions/9452701/ukkonens-suffix-tree-algorithm-in-plain-english?answertab=oldest#tab-top)
1818
and [geeksforgeeks](http://www.geeksforgeeks.org/ukkonens-suffix-tree-construction-part-1/).
1919

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "shrink0r/suffix-tree",
33
"type": "library",
4-
"description": "Ukonen suffix-tree in php.",
5-
"keywords": [ "suffix-tree", "ukonen" ],
4+
"description": "Suffix-tree (Ukkonen) for PHP.",
5+
"keywords": [ "suffix-tree", "ukkonen" ],
66
"homepage": "https://github.com/shrink0r/suffix-tree",
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)