diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2024-12-10 12:27:45 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2024-12-10 12:27:45 (GMT) |
commit | a8053ae10e29dfa2ca6fdb973d3329f4fd9b55e1 (patch) | |
tree | e4b25c0ad3ec10d5d76a413731887d9b999cbdec /plugins/pychrysalide | |
parent | 01c72e2f339f9cda8a8f08748ed591276a7aaa99 (diff) |
Typo.
Diffstat (limited to 'plugins/pychrysalide')
-rw-r--r-- | plugins/pychrysalide/glibext/singleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pychrysalide/glibext/singleton.c b/plugins/pychrysalide/glibext/singleton.c index 4aad7f5..61d6723 100644 --- a/plugins/pychrysalide/glibext/singleton.c +++ b/plugins/pychrysalide/glibext/singleton.c @@ -639,7 +639,7 @@ PyTypeObject *get_python_singleton_candidate_type(void) bool ensure_python_singleton_candidate_is_registered(void) { - PyTypeObject *type; /* Type Python 'BinContent' */ + PyTypeObject *type; /* Type 'SingletonCandidate' */ PyObject *module; /* Module à recompléter */ PyObject *dict; /* Dictionnaire du module */ |