aboutsummaryrefslogtreecommitdiffstats
path: root/liberror.h
diff options
context:
space:
mode:
Diffstat (limited to 'liberror.h')
-rw-r--r--liberror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/liberror.h b/liberror.h
index 4d222e6..d692c7b 100644
--- a/liberror.h
+++ b/liberror.h
@@ -13,7 +13,7 @@
struct liberror_backtrace;
/**
- * Value that specifies which feild in a
+ * Value that specifies which field in a
* `union liberror_details` that is used
*/
enum liberror_details_type {
@@ -160,7 +160,7 @@ union liberror_details {
*/
struct liberror_error {
/**
- * Backtrace for the error, `NULL` if the it could
+ * Backtrace for the error, `NULL` if it could
* not be allocated or if the program is not linked
* with `-lerror-backtrace`
*/