diff options
author | Mattias Andrée <maandree@kth.se> | 2020-06-09 17:10:20 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-06-09 17:10:20 +0200 |
commit | e58cdbc8d9cdf4b9a0abc868e9b6e5889c6e2a8f (patch) | |
tree | dfd9f103731e6e2b4af205a27196d323b1cd95a6 /liberror_reset_error.3 | |
parent | liberror_set_error.3: fix code_group for getaddrinfo (diff) | |
download | liberror-e58cdbc8d9cdf4b9a0abc868e9b6e5889c6e2a8f.tar.gz liberror-e58cdbc8d9cdf4b9a0abc868e9b6e5889c6e2a8f.tar.bz2 liberror-e58cdbc8d9cdf4b9a0abc868e9b6e5889c6e2a8f.tar.xz |
Fix typo
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'liberror_reset_error.3')
-rw-r--r-- | liberror_reset_error.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liberror_reset_error.3 b/liberror_reset_error.3 index 3ad3925..4e8f19b 100644 --- a/liberror_reset_error.3 +++ b/liberror_reset_error.3 @@ -13,7 +13,7 @@ Link with .SH DESCRIPTION The .BR liberror_reset_error () -function recursivelt deallocates the thread's +function recursively deallocates the thread's currently assigned error, if any, and marks that the thread does not currently have any error assigned to it. |