Skip to content

Commit e521c55

Browse files
committed
Merge bitcoin/bitcoin#23617: doc: Fix typos in packages.md
83c08ba doc: Fix typos in packages.md (Hennadii Stepanov) Pull request description: ACKs for top commit: theStack: ACK 83c08ba Zero-1729: ACK 83c08ba brunoerg: ACK 83c08ba Tree-SHA512: d6b192ecf10254943c6be0762a512258642862992d28834b0429d5b95601192da60058cf1d72fd1a4e5834b56e11776aa8b994b7947d3d29d6592617b9d875ef
2 parents 4f8b1f8 + 83c08ba commit e521c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ not sufficient to just say `libprimary`.
178178
For us, it's much easier to just link a static `libsecondary` into a shared
179179
`libprimary`. Especially because in our case, we are linking against a dummy
180180
`libprimary` anyway that we'll throw away. We don't care if the end-user has a
181-
static or dynamic `libseconday`, that's not our concern. With a static
182-
`libseconday`, when we need to link `libprimary` into our executable, there's no
181+
static or dynamic `libsecondary`, that's not our concern. With a static
182+
`libsecondary`, when we need to link `libprimary` into our executable, there's no
183183
dependency chain to worry about as `libprimary` has all the symbols.
184184

185185
## Build targets:

0 commit comments

Comments
 (0)