@@ -187,7 +187,7 @@ add_step_to_history!(clusterseq::ClusterSequence, parent1, parent2, jetp_index,
187187 # retry the clustering with a different strategy.
188188 @assert parent1 >= 1
189189 if clusterseq. history[parent1]. child != Invalid
190- error (" Internal error. Trying to recombine an object that has previsously been recombined. Parent " *
190+ error (" Internal error. Trying to recombine an object that has previously been recombined. Parent " *
191191 string (parent1) * " 's child index " *
192192 string (clusterseq. history[parent1]. child) * " . Parent jet index: " *
193193 string (clusterseq. history[parent1]. jetp_index) * " ." )
@@ -198,7 +198,7 @@ add_step_to_history!(clusterseq::ClusterSequence, parent1, parent2, jetp_index,
198198
199199 if parent2 >= 1
200200 clusterseq. history[parent2]. child == Invalid ||
201- error (" Internal error. Trying to recombine an object that has previsously been recombined. Parent " *
201+ error (" Internal error. Trying to recombine an object that has previously been recombined. Parent " *
202202 string (parent2) * " 's child index " *
203203 string (clusterseq. history[parent1]. child) * " . Parent jet index: " *
204204 string (clusterseq. history[parent2]. jetp_index) * " ." )
@@ -363,7 +363,7 @@ Return the number of exclusive jets of a ClusterSequence that are above a certai
363363
364364# Arguments
365365- `clusterseq::ClusterSequence`: The `ClusterSequence` object containing the clustering history.
366- - `dcut::AbstractFloat`: The maximum calue for the distance parameter in the reconstruction.
366+ - `dcut::AbstractFloat`: The maximum value for the distance parameter in the reconstruction.
367367
368368# Returns
369369The number of exclusive jets in the `ClusterSequence` object.
@@ -502,7 +502,7 @@ based on a given iteration number in the reconstruction.
502502
503503# Arguments
504504- `cs::ClusterSequence`: The `ClusterSequence` object to update.
505- - `ranks`: The ranks of the original clusters, that are inherited by peudojets
505+ - `ranks`: The ranks of the original clusters, that are inherited by pseudojets
506506 during the reconstruction process.
507507- `iteration=0`: The iteration number to consider for updating the
508508 reconstruction state (0 represents the initial state).
0 commit comments