Skip to content

Commit c82ea8b

Browse files
committed
Merge pull request #6783
34754ce [Trivial] Fixed typo when referring to a previous section in depends/README.md [skip ci] (Chris Kleeschulte)
2 parents a99b6cb + 34754ce commit c82ea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For example:
1313
make HOST=x86_64-w64-mingw32 -j4
1414

1515
A prefix will be generated that's suitable for plugging into Bitcoin's
16-
configure. In the above example, a dir named i686-w64-mingw32 will be
16+
configure. In the above example, a dir named x86_64-w64-mingw32 will be
1717
created. To use it for Bitcoin:
1818

1919
./configure --prefix=`pwd`/depends/x86_64-w64-mingw32

0 commit comments

Comments
 (0)