File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ static int applet_main(int argc, char **argv) {
225225 CANCELPOINT ();
226226 if (es8p_metadata_parse (& profile_metadata ,
227227 euicc_ctx .http ._internal .prepare_download_param -> b64_profileMetadata )) {
228- error_function_name = "es8p_meatadata_parse " ;
228+ error_function_name = "es8p_metadata_parse " ;
229229 error_detail = NULL ;
230230 goto err ;
231231 }
@@ -240,7 +240,7 @@ static int applet_main(int argc, char **argv) {
240240 cJSON_AddStringOrNullToObject (jmetadata , "profileClass" ,
241241 euicc_profileclass2str (profile_metadata -> profileClass ));
242242
243- jprint_progress_obj ("es8p_meatadata_parse " , jmetadata );
243+ jprint_progress_obj ("es8p_metadata_parse " , jmetadata );
244244
245245 if (interactive_preview ) {
246246 int c ;
You can’t perform that action at this time.
0 commit comments