Skip to content

Commit 6f0fbe1

Browse files
authored
Merge pull request #625 from eval-exec/exec/fix-typo
genhd: fix comment
2 parents cc683c9 + 69e5455 commit 6f0fbe1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/17_3_genhd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ int main(void) {
127127

128128
printf("Account xpub key: %s\r\n", a_xpub);
129129

130-
/* 6. Generate External Adress Key */
130+
/* 6. Generate External Address Key */
131131

132132
struct ext_key *key_external;
133133

src/17_7_genhd_for_import.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ int main(void) {
8686

8787
}
8888

89-
/* 5. Generate External Adress Key + Sample Address*/
89+
/* 5. Generate External Address Key + Sample Address*/
9090

9191
struct ext_key *key_external;
9292

0 commit comments

Comments
 (0)