diff --git a/androscalpel/src/dex_string.rs b/androscalpel/src/dex_string.rs index 4da2dc6..bffc79c 100644 --- a/androscalpel/src/dex_string.rs +++ b/androscalpel/src/dex_string.rs @@ -212,7 +212,7 @@ impl DexString { } /// Build the concatenation of two string. - pub fn conctatenate(&self, other: &Self) -> Self { + pub fn concatenate(&self, other: &Self) -> Self { let Self(androscalpel_serializer::StringDataItem { utf16_size: androscalpel_serializer::Uleb128(size1), data: data1,