Cleanup: bt2: typo "nsigned" -> "unsigned"
[babeltrace.git] / 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.024539 seconds and 4 git commands to generate.