diff --git a/CrossingLimits__test_8cpp_source.html b/CrossingLimits__test_8cpp_source.html index 05261833eb..ecdced5336 100644 --- a/CrossingLimits__test_8cpp_source.html +++ b/CrossingLimits__test_8cpp_source.html @@ -396,7 +396,7 @@ $(document).ready(function() { init_codefold(0); });
303 // offers unfunded.
304 // b. Carol's remaining 800 offers are consumed as unfunded.
305 // c. 199 of alice's XRP(1) to USD(3) offers are consumed.
-
306 // A book step is allowed to consume a maxium of 1000 offers
+
306 // A book step is allowed to consume a maximum of 1000 offers
307 // at a given quality, and that limit is now reached.
308 // d. Now the strand is dry, even though there are still funded
309 // XRP(1) to USD(3) offers available.
@@ -477,7 +477,7 @@ $(document).ready(function() { init_codefold(0); });
384 // offers unfunded.
385 // b. Carol's remaining 800 offers are consumed as unfunded.
386 // c. 199 of alice's XRP(1) to USD(3) offers are consumed.
-
387 // A book step is allowed to consume a maxium of 1000 offers
+
387 // A book step is allowed to consume a maximum of 1000 offers
388 // at a given quality, and that limit is now reached.
389 // d. Now the strand is dry, even though there are still funded
390 // XRP(1) to USD(3) offers available. Bob has spent 400 EUR and
diff --git a/Histogram_8h_source.html b/Histogram_8h_source.html index c64a347769..f197db305d 100644 --- a/Histogram_8h_source.html +++ b/Histogram_8h_source.html @@ -98,7 +98,7 @@ $(document).ready(function() { init_codefold(0); });
26class Histogram
27{
-
28 // TODO: Consider logarithimic bins around expected median if this becomes
+
28 // TODO: Consider logarithmic bins around expected median if this becomes
29 // unscaleable
30 std::map<T, std::size_t, Compare> counts_;
31 std::size_t samples = 0;
diff --git a/Offer__test_8cpp_source.html b/Offer__test_8cpp_source.html index 18a2f37054..b2d3fec0b7 100644 --- a/Offer__test_8cpp_source.html +++ b/Offer__test_8cpp_source.html @@ -1419,7 +1419,7 @@ $(document).ready(function() { init_codefold(0); });
1298 testNegativeBalance(FeatureBitset features)
1299 {
1300 // This test creates an offer test for negative balance
-
1301 // with transfer fees and miniscule funds.
+
1301 // with transfer fees and minuscule funds.
1302 testcase("Negative Balance");
1303
1304 using namespace jtx;
diff --git a/RCLValidations__test_8cpp_source.html b/RCLValidations__test_8cpp_source.html index cdd9b4ca37..d8cfb89593 100644 --- a/RCLValidations__test_8cpp_source.html +++ b/RCLValidations__test_8cpp_source.html @@ -343,7 +343,7 @@ $(document).ready(function() { init_codefold(0); });
254 BEAST_EXPECT(trie.branchSupport(ledg_258) == 4);
255
256 // Move three of the s258 ledgers to s259, which splits the trie
-
257 // due to the 256 ancestory limit
+
257 // due to the 256 ancestry limit
258 BEAST_EXPECT(trie.remove(ledg_258, 3));
259 trie.insert(ledg_259, 3);
260 trie.getPreferred(1);
@@ -364,7 +364,7 @@ $(document).ready(function() { init_codefold(0); });
275 // then verify the remove call works
276 // past bug: remove had assumed the first child of a node in the trie
277 // which matches is the *only* child in the trie which matches.
-
278 // This is **NOT** true with the limited 256 ledger ancestory
+
278 // This is **NOT** true with the limited 256 ledger ancestry
279 // quirk of RCLValidation and prevents deleting the old support
280 // for ledger 257
281
diff --git a/TransactionSign_8cpp_source.html b/TransactionSign_8cpp_source.html index 787833c23e..91a7fc7733 100644 --- a/TransactionSign_8cpp_source.html +++ b/TransactionSign_8cpp_source.html @@ -391,7 +391,7 @@ $(document).ready(function() { init_codefold(0); });
277 app);
278 if (pf.findPaths(app.config().PATH_SEARCH_OLD))
279 {
-
280 // 4 is the maxium paths
+
280 // 4 is the maximum paths
281 pf.computePathRanks(4);
282 STPath fullLiquidityPath;
283 STPathSet paths;
diff --git a/TxQ__test_8cpp_source.html b/TxQ__test_8cpp_source.html index 614625372a..f768176e97 100644 --- a/TxQ__test_8cpp_source.html +++ b/TxQ__test_8cpp_source.html @@ -3945,7 +3945,7 @@ $(document).ready(function() { init_codefold(0); });
3821 return result;
3822 };
3823
-
3824 testcase("straightfoward positive case");
+
3824 testcase("straightforward positive case");
3825 {
3826 // Queue up some transactions at a too-low fee.
3827 auto aliceSeq = env.seq(alice);
diff --git a/classxrpl_1_1test_1_1csf_1_1Histogram.html b/classxrpl_1_1test_1_1csf_1_1Histogram.html index 8c64ea6413..d1414f9ab1 100644 --- a/classxrpl_1_1test_1_1csf_1_1Histogram.html +++ b/classxrpl_1_1test_1_1csf_1_1Histogram.html @@ -140,7 +140,7 @@ class xrpl::test::csf::Histogram< T, Compare >

Basic histogram. Comparison : T a, b; bool res = a < b

  • Addition: T a, b; T c = a + b;
  • Multiplication : T a, std::size_t b; T c = a * b;
  • -
  • Divison: T a; std::size_t b; T c = a/b;
  • +
  • Division: T a; std::size_t b; T c = a/b;
  • Definition at line 26 of file Histogram.h.

    diff --git a/classxrpl_1_1test_1_1csf_1_1Submitter.html b/classxrpl_1_1test_1_1csf_1_1Submitter.html index 1192a5ea0d..669e435d07 100644 --- a/classxrpl_1_1test_1_1csf_1_1Submitter.html +++ b/classxrpl_1_1test_1_1csf_1_1Submitter.html @@ -146,7 +146,7 @@ Private Attributes

    Detailed Description

    template<class Distribution, class Generator, class Selector>
    class xrpl::test::csf::Submitter< Distribution, Generator, Selector >

    Submits transactions to a specified peer.

    -

    Submits successive transactions beginning at start, then spaced according to succesive calls of distribution(), until stop.

    +

    Submits successive transactions beginning at start, then spaced according to successive calls of distribution(), until stop.

    Template Parameters
    Distributionis a UniformRandomBitGenerator from the STL that is used by random distributions to generate random samples