mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
Fix typo
This commit is contained in:
parent
2cb710ac1e
commit
5141105441
@ -129,8 +129,8 @@ class INotifyTests(AsyncTestCase):
|
||||
|
||||
def test_humanReadableMask(self):
|
||||
"""
|
||||
L{inotify.humaReadableMask} translates all the possible event
|
||||
masks to a human readable string.
|
||||
L{inotify.humanReadableMask} translates all the possible event masks to a
|
||||
human readable string.
|
||||
"""
|
||||
for mask, value in inotify._FLAG_TO_HUMAN:
|
||||
self.assertEqual(inotify.humanReadableMask(mask)[0], value)
|
||||
|
Loading…
x
Reference in New Issue
Block a user