From 0110c2adf0e9637eb9d41f14c087b68fc2bb3050 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 4 Mar 2021 21:35:48 -0500 Subject: small typo in settings docs --- python/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/settings.py') diff --git a/python/settings.py b/python/settings.py index dd3ef08c..314d8326 100644 --- a/python/settings.py +++ b/python/settings.py @@ -76,7 +76,7 @@ class Settings(object): >>> bv2.create_database("/tmp/ls.bndb") True >>> bv = open_view("/tmp/ls") - >>> # If in a plugin we would need to make sure we re-regsitered the setting before querying + >>> # If in a plugin we would need to make sure we re-registered the setting before querying >>> plugin_settings.get_bool("ui.dothething", bv) True >>> bv = binaryninja.open_view("/tmp/ls.bndb") -- cgit v1.3.1