Fix typo in Python method name

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #11776
This commit is contained in:
Andrea Gelmini 2021-03-22 20:32:38 +01:00 committed by GitHub
parent 891568c990
commit be1e69f31c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1062,7 +1062,7 @@ class ZFSTest(unittest.TestCase):
lzc.lzc_bookmark({})
@skipUnlessBookmarksSupported
def test_bookmarks_foregin_source(self):
def test_bookmarks_foreign_source(self):
snaps = [ZFSTest.pool.makeName(b'fs1@snap1')]
bmarks = [ZFSTest.pool.makeName(b'fs2#bmark1')]
bmark_dict = {x: y for x, y in zip(bmarks, snaps)}