diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-06-20 06:53:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2023-06-20 06:53:30 +0000 |
commit | fe09ec593fb5a963fafe1fede818e487c6fcdbb6 (patch) | |
tree | 0e180f291b3d391e7084e37098e91c0473a92c77 /lib | |
parent | f21797e4b074f0ba0edd961bff6b2639f0fe31f9 (diff) |
responsibilty -> responsibility
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libutil/imsg_init.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/imsg_init.3 b/lib/libutil/imsg_init.3 index dd89b1f5813..11915f377f9 100644 --- a/lib/libutil/imsg_init.3 +++ b/lib/libutil/imsg_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: imsg_init.3,v 1.27 2023/06/20 05:56:19 jmc Exp $ +.\" $OpenBSD: imsg_init.3,v 1.28 2023/06/20 06:53:29 jsg Exp $ .\" .\" Copyright (c) 2010 Nicholas Marriott <nicm@openbsd.org> .\" @@ -521,7 +521,7 @@ and will be transmitted or closed by the ibuf API. Any previously set file descriptor will be closed before assigning a new descriptor. .Fn ibuf_fd_get -returns the file descriptor and passes the responsibilty to track the +returns the file descriptor and passes the responsibility to track the descriptor back to the program. .Fn ibuf_fd_avail returns true if there is a file descriptor set on |