Skip to content
Snippets Groups Projects
Commit 6a7040d3 authored by 20041679's avatar 20041679
Browse files

typo

parent ea4d82ee
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ upo_bst_t upo_bst_create(upo_bst_comparator_t key_cmp)
upo_bst_t tree = malloc(sizeof(struct upo_bst_s));
if (tree == NULL)
{
perror("Unable to create a binary search tretioe");
perror("Unable to create a binary search tree");
abort();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment