Skip to content

Commit 3861a7e

Browse files
Merge pull request #4339 from kilavvy/patch-1
fix: typos in documentation files
2 parents 5bfa35e + a3cdafe commit 3861a7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/full-node.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ followed by the argument `xzf` followed by the file name. The argument
281281

282282
This will create the directory `bitcoin-{{site.DOWNLOAD_VERSION}}` within your current
283283
working directory. We will install the contents of its `bin`
284-
subdirectory into the `/usr/local/bin` directory using the the `install`
284+
subdirectory into the `/usr/local/bin` directory using the `install`
285285
command. The install command is part of the GNU coreutils available on
286286
nearly every Linux distribution, and the `/usr/local/bin` directory is a
287287
standard location for self-installed executables (you may edit the
@@ -330,7 +330,7 @@ following message will be displayed:
330330
/usr/local/bin/bitcoin-qt: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory
331331

332332
Search your distribution's package database for the missing file
333-
missing and install package containing that file. Then re-run
333+
and install package containing that file. Then re-run
334334
`/usr/local/bin/bitcoin-qt` to see if it's missing another file.
335335
Repeat until Bitcoin Core GUI starts.
336336

0 commit comments

Comments
 (0)