Fixed some typos, courtesy of codespell

This commit is contained in:
Tobias Brunner
2017-03-23 18:29:18 +01:00
parent 693107f6ae
commit 1003cf2330
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ struct linked_list_t {
/**
* Clones a list and its objects using the objects' clone method.
*
* @param offset offset ot the objects clone function
* @param offset offset to the objects clone function
* @return cloned list
*/
linked_list_t *(*clone_offset) (linked_list_t *this, size_t offset);