summaryrefslogtreecommitdiff
path: root/plugins/pychrysalide/arch
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2020-05-28 23:30:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2020-05-28 23:30:31 (GMT)
commit4b7f7fb9db0dfb66bd25534a74b8ce69742fdc3b (patch)
treefc0f38e8d1077cc8441573bf1b9cd0be1cbf9126 /plugins/pychrysalide/arch
parent5060f746a2ea51e14282b02bd374f9550c925827 (diff)
Typo.
Diffstat (limited to 'plugins/pychrysalide/arch')
-rw-r--r--plugins/pychrysalide/arch/operands/targetable.c2
1 files changed, 1 insertions, 1 deletions
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" \