Fix typos with cspell (#6972)

This commit is contained in:
Gold856
2024-08-17 10:44:34 -04:00
committed by GitHub
parent 780b1e0391
commit b12b83aa89
83 changed files with 151 additions and 152 deletions

View File

@@ -254,7 +254,7 @@ class AnalysisManager {
std::string_view GetUnit() const { return m_data.distanceUnit; }
/**
* Returns a reference to the iterator of the currently selected raw datset.
* Returns a reference to the iterator of the currently selected raw dataset.
* Unfortunately, due to ImPlot internals, the reference cannot be const so
* the user should be careful not to change any data.
*
@@ -264,7 +264,7 @@ class AnalysisManager {
/**
* Returns a reference to the iterator of the currently selected filtered
* datset. Unfortunately, due to ImPlot internals, the reference cannot be
* dataset. Unfortunately, due to ImPlot internals, the reference cannot be
* const so the user should be careful not to change any data.
*
* @return A reference to the filtered internal data.

View File

@@ -12,7 +12,7 @@
namespace sysid {
struct OLSResult {
/// Regression coeficients.
/// Regression coefficients.
std::vector<double> coeffs;
/// R² (coefficient of determination)