From a8053ae10e29dfa2ca6fdb973d3329f4fd9b55e1 Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Tue, 10 Dec 2024 13:27:45 +0100
Subject: Typo.

---
 plugins/pychrysalide/glibext/singleton.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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      */
 
-- 
cgit v0.11.2-87-g4458