diff options
| author | Wladimir J. van der Laan <[email protected]> | 2017-11-14 12:58:23 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2017-11-14 12:59:27 +0100 |
| commit | 6d4821b693b2dc0aca285ae8b33ff388282bceb6 (patch) | |
| tree | 86b690ed4eff8a51c80a65ac293ef58132fab3b8 /doc | |
| parent | Merge #11641: qa: Only allow disconnecting all NodeConns (diff) | |
| parent | trivial: Fix typo – "Ubutntu" → "Ubuntu" (diff) | |
| download | discoin-6d4821b693b2dc0aca285ae8b33ff388282bceb6.tar.xz discoin-6d4821b693b2dc0aca285ae8b33ff388282bceb6.zip | |
Merge #11684: trivial: Fix typo – "Ubutntu" → "Ubuntu"
d8ac893 trivial: Fix typo – "Ubutntu" → "Ubuntu" (practicalswift)
Pull request description:
Fix typo – "Ubutntu" → "Ubuntu".
Tree-SHA512: 80441cc5bf8b3547c8e5d923cac24af6869d12a626c59f2e7573dd0652e540f8bdb32def318523d84e2856a3c8a32797f761092bfdcdc2600b30d603cdfa2ce7
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build-windows.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 608087e0d..9e3e38d18 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -143,7 +143,7 @@ Footnotes causes two of the bitcoin executables to crash shortly after start up. The bug is related to the -fstack-protector-all g++ compiler flag which is used to mitigate buffer overflows. Installing the mingw-w64 packages from the Ubuntu 17 distribution solves the issue, however, this is not -an officially supported approach and it's only recommended if you are prepared to reinstall WSL/Ubutntu should +an officially supported approach and it's only recommended if you are prepared to reinstall WSL/Ubuntu should something break. <a name="footnote2">2</a>: Starting from Ubuntu Xenial 16.04 both the 32 and 64 bit mingw-w64 packages install two different |