aboutsummaryrefslogtreecommitdiffstats
path: root/liberror.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:31:01 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:31:01 +0100
commit861c353b478ba1778d7d50d0b89aa07b0f3dde7a (patch)
tree0235650269f6c5229ea7582daf224300e58e77f8 /liberror.h
parentUpdate e-mail (diff)
downloadliberror-861c353b478ba1778d7d50d0b89aa07b0f3dde7a.tar.gz
liberror-861c353b478ba1778d7d50d0b89aa07b0f3dde7a.tar.bz2
liberror-861c353b478ba1778d7d50d0b89aa07b0f3dde7a.tar.xz
fix doc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--liberror.h4
-rw-r--r--liberror.h.02
2 files changed, 3 insertions, 3 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`
*/
diff --git a/liberror.h.0 b/liberror.h.0
index 602f482..13f2c82 100644
--- a/liberror.h.0
+++ b/liberror.h.0
@@ -1,4 +1,4 @@
-.TH LIBERROR.H 0 2020-06-09 liberror
+.TH LIBERROR.H 0 LIBERROR
.SH NAME
liberror.h \- single interface for custom and standard errors
.SH SYNOPSIS