Cleanup: bt2: typo "nsigned" -> "unsigned"
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 3 Oct 2019 11:40:43 +0000 (07:40 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 3 Oct 2019 20:49:42 +0000 (16:49 -0400)
Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Change-Id: Id349adc7d4b1dfedadad2a1c014141b5e408b9bb
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2116
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/bindings/python/bt2/bt2/field_class.py

index b873a15bb16b8e0f3a5f7e2e1386945fb86e8c64..5aa72a0aead2228120e9400b8daed2df4d51b3a8 100644 (file)
@@ -290,7 +290,7 @@ class _EnumerationFieldClass(_EnumerationFieldClassConst, _IntegerFieldClass):
 class _UnsignedEnumerationFieldClassConst(
     _EnumerationFieldClassConst, _UnsignedIntegerFieldClassConst
 ):
-    _NAME = 'Const nsigned enumeration'
+    _NAME = 'Const unsigned enumeration'
     _range_set_pycls = bt2_integer_range_set.UnsignedIntegerRangeSet
     _borrow_mapping_ptr_by_label = staticmethod(
         native_bt.field_class_enumeration_unsigned_borrow_mapping_by_label_const
This page took 0.024233 seconds and 4 git commands to generate.