Fixed spelling errors found by fossies.org with codespell

This commit is contained in:
2019-10-28 15:34:56 +01:00
parent 5903885d45
commit c8b9c9a244
46 changed files with 375 additions and 375 deletions

View File

@ -105,7 +105,7 @@ int Xorriso__search_node(void *node_array[], int n,
break;
p+= l;
/* NULL elements may indicate invalid nodes. Their first valid right neigbor
/* NULL elements may indicate invalid nodes.Their first valid right neighbor
will serve as proxy. If none exists, then the test pushes leftwards.
*/
for(pos= p - 1; pos < n; pos++)