diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-05-28 23:30:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-05-28 23:30:31 (GMT) |
commit | 4b7f7fb9db0dfb66bd25534a74b8ce69742fdc3b (patch) | |
tree | fc0f38e8d1077cc8441573bf1b9cd0be1cbf9126 | |
parent | 5060f746a2ea51e14282b02bd374f9550c925827 (diff) |
Typo.
-rw-r--r-- | plugins/pychrysalide/arch/operands/targetable.c | 2 |
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" \ |