aboutsummaryrefslogtreecommitdiffstats
path: root/liberror.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-10-13 17:18:45 +0200
committerMattias Andrée <maandree@kth.se>2019-10-13 17:18:45 +0200
commit09732bad88c02de9c326a6aa1e7f52c79edb71c5 (patch)
tree17c494fe3219065775831304987aa6a67ded8dc1 /liberror.h
parentAdd support for h_errno and getaddrinfo errors (diff)
downloadliberror-09732bad88c02de9c326a6aa1e7f52c79edb71c5.tar.gz
liberror-09732bad88c02de9c326a6aa1e7f52c79edb71c5.tar.bz2
liberror-09732bad88c02de9c326a6aa1e7f52c79edb71c5.tar.xz
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'liberror.h')
-rw-r--r--liberror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/liberror.h b/liberror.h
index 1bcbec3..1e57502 100644
--- a/liberror.h
+++ b/liberror.h
@@ -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