From 3f899b25955b76dc87631188c8ff6550742e530b Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Sun, 25 Feb 2024 13:52:44 +0100 Subject: spell check --- linuxnamespaces/syscalls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxnamespaces/syscalls.py') diff --git a/linuxnamespaces/syscalls.py b/linuxnamespaces/syscalls.py index 06b5025..c98d776 100644 --- a/linuxnamespaces/syscalls.py +++ b/linuxnamespaces/syscalls.py @@ -404,7 +404,7 @@ class CapabilitySets: class EventFD: - """Represent a file decriptor returned from eventfd(2).""" + """Represent a file descriptor returned from eventfd(2).""" def __init__( self, initval: int = 0, flags: EventFDFlags = EventFDFlags.NONE -- cgit v1.2.3