diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-13 17:18:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-13 17:18:45 +0200 |
commit | 09732bad88c02de9c326a6aa1e7f52c79edb71c5 (patch) | |
tree | 17c494fe3219065775831304987aa6a67ded8dc1 | |
parent | Add support for h_errno and getaddrinfo errors (diff) | |
download | liberror-09732bad88c02de9c326a6aa1e7f52c79edb71c5.tar.gz liberror-09732bad88c02de9c326a6aa1e7f52c79edb71c5.tar.bz2 liberror-09732bad88c02de9c326a6aa1e7f52c79edb71c5.tar.xz |
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | liberror.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -266,7 +266,7 @@ struct liberror_error *liberror_get_error(void); struct liberror_error *liberror_copy_error(struct liberror_error *); /** - * Deallocate and error and the error stored as + * Deallocate the error and the error stored as * its cause (recursively) * * @param error The error to deallocate |