From 4b7f7fb9db0dfb66bd25534a74b8ce69742fdc3b Mon Sep 17 00:00:00 2001
From: Cyrille Bagard <nocbos@gmail.com>
Date: Fri, 29 May 2020 01:30:31 +0200
Subject: Typo.

---
 plugins/pychrysalide/arch/operands/targetable.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/pychrysalide/arch/operands/targetable.c b/plugins/pychrysalide/arch/operands/targetable.c
index 78a4617..de1a6b4 100644
--- a/plugins/pychrysalide/arch/operands/targetable.c
+++ b/plugins/pychrysalide/arch/operands/targetable.c
@@ -88,7 +88,7 @@ static void py_targetable_operand_init(GTargetableOperandIface *iface, gpointer
     "\n"                                                                    \
     "A typical class declaration for a new implementation looks like:\n"    \
     "\n"                                                                    \
-    "    class NewImplem(GObject.Object, RenamedOperand):\n"                \
+    "    class NewImplem(GObject.Object, TargetableOperand):\n"             \
     "        ...\n"                                                         \
     "\n"                                                                    \
     "The following method has to be defined for new implementations:\n"     \
-- 
cgit v0.11.2-87-g4458