@@ -377,7 +377,7 @@ For integer histograms, the elements of the lists are signed 64-bit integers
377377(short: int64), and each element represents the bucket population as a delta to
378378the previous bucket in the list. The first bucket in each list contains an
379379absolute population (which can also be seen as a delta relative to zero). The
380- deltas MUST NOT evalute to a negative absolute bucket population.
380+ deltas MUST NOT evaluate to a negative absolute bucket population.
381381
382382To map buckets in the lists to the indices as defined in the previous section,
383383there are two lists of so-called _ spans_ , one for the positive buckets and one
@@ -990,7 +990,7 @@ in 100 labeled histograms, the total cost will go up by a factor of 100. In
990990case of a native histogram, the cost for the single histogram might already be
991991lower if the classic histogram featured a high resolution. After partitioning,
992992the total number of populated buckets in the labeled native histograms will be
993- signifcantly smaller than 100 times the number of buckets in the original
993+ significantly smaller than 100 times the number of buckets in the original
994994native histogram.)
995995
996996### NHCB
@@ -1173,7 +1173,7 @@ While NHCBs support [automatic reconciliation between different bucket
11731173layouts] ( #compatibility-between-histograms ) , their mergeability is still
11741174fundamentally limited. The reconciliation only retains exact matches of bucket
11751175boundaries between the involved NHCBs. This yields useful results, if most
1176- bucket boundaries match. However, abitrary changes in the bucket layout can
1176+ bucket boundaries match. However, arbitrary changes in the bucket layout can
11771177easily create a situation where none of the boundaries match, resulting in a
11781178histogram with only one bucket (the overflow bucket).
11791179
0 commit comments