From 583e87216648948481bcd8e4514fc22c2146919e Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Thu, 3 Oct 2019 07:40:43 -0400 Subject: [PATCH] Cleanup: bt2: typo "nsigned" -> "unsigned" Signed-off-by: Francis Deslauriers Change-Id: Id349adc7d4b1dfedadad2a1c014141b5e408b9bb Reviewed-on: https://review.lttng.org/c/babeltrace/+/2116 Tested-by: jenkins Reviewed-by: Philippe Proulx --- src/bindings/python/bt2/bt2/field_class.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/bt2/bt2/field_class.py b/src/bindings/python/bt2/bt2/field_class.py index b873a15b..5aa72a0a 100644 --- a/src/bindings/python/bt2/bt2/field_class.py +++ b/src/bindings/python/bt2/bt2/field_class.py @@ -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 -- 2.34.1