Skip to content

Commit 5562f69

Browse files
committed
Merge bitcoin/bitcoin#29875: chore: fix some typos in comments
b1ee4a5 chore: fix some typos in comments (StevenMia) Pull request description: Fixes typos. ACKs for top commit: fanquake: ACK b1ee4a5 Tree-SHA512: 29a93db2091337ac6fd1e403f12b2c96be4c22e783a60dbf5b3e3988b962246b58705ca3c1274ed1ad2623f7632ac7eb90ca1e8b7e7992bc9d2f046f73cdf4d6
2 parents dd9007d + b1ee4a5 commit 5562f69

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

depends/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ From the [Gentoo Wiki entry](https://wiki.gentoo.org/wiki/Project:Quality_Assura
162162
> creates. This leads to massive overlinking, which is toxic to the Gentoo
163163
> ecosystem, as it leads to a massive number of unnecessary rebuilds.
164164
165-
Where possible, packages are built with Position Independant Code. Either using
165+
Where possible, packages are built with Position Independent Code. Either using
166166
the Autotools `--with-pic` flag, or `CMAKE_POSITION_INDEPENDENT_CODE` with CMake.
167167

168168
## Secondary dependencies:

src/util/subprocess.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -969,8 +969,8 @@ namespace detail {
969969
// Metaprogram for searching a type within
970970
// a variadic parameter pack
971971
// This is particularly required to do a compile time
972-
// checking of the arguments provided to 'check_ouput' function
973-
// wherein the user is not expected to provide an 'ouput' option.
972+
// checking of the arguments provided to 'check_output' function
973+
// wherein the user is not expected to provide an 'output' option.
974974

975975
template <typename... T> struct param_pack{};
976976

@@ -997,7 +997,7 @@ struct has_type<F, param_pack<H,T...>> {
997997
/*!
998998
* A helper class to Popen class for setting
999999
* options as provided in the Popen constructor
1000-
* or in check_ouput arguments.
1000+
* or in check_output arguments.
10011001
* This design allows us to _not_ have any fixed position
10021002
* to any arguments and specify them in a way similar to what
10031003
* can be done in python.

0 commit comments

Comments
 (0)