summaryrefslogtreecommitdiff
path: root/linuxnamespaces/syscalls.py
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2024-02-25 13:52:44 +0100
committerHelmut Grohne <helmut@subdivi.de>2024-02-25 13:52:44 +0100
commit3f899b25955b76dc87631188c8ff6550742e530b (patch)
tree7ef734978df3516e9995efe717add33a6b7d2916 /linuxnamespaces/syscalls.py
parent8b98dc846e7bd911360820f085a1b21307b28e89 (diff)
downloadpython-linuxnamespaces-3f899b25955b76dc87631188c8ff6550742e530b.tar.gz
spell check
Diffstat (limited to 'linuxnamespaces/syscalls.py')
-rw-r--r--linuxnamespaces/syscalls.py2
1 files changed, 1 insertions, 1 deletions
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