summaryrefslogtreecommitdiff
path: root/python/settings.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-03-04 21:35:48 -0500
committerJordan Wiens <jordan@psifertex.com>2021-03-04 21:35:48 -0500
commit0110c2adf0e9637eb9d41f14c087b68fc2bb3050 (patch)
treed01901a2e93ff4936367e7014ae357beacb15448 /python/settings.py
parentae0900bad8bf27b9304099aef25b8038849186cd (diff)
small typo in settings docs
Diffstat (limited to 'python/settings.py')
-rw-r--r--python/settings.py2
1 files changed, 1 insertions, 1 deletions
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")