Skip to content

Commit e5a3099

Browse files
authored
chore(applet): fix a typo in the output (#421)
1 parent 80c8268 commit e5a3099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/applet/profile/download.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)