aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/framework/instruments/Measurement.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/framework/instruments/Measurement.h b/tests/framework/instruments/Measurement.h
index 32874e0a6a..324fd51b47 100644
--- a/tests/framework/instruments/Measurement.h
+++ b/tests/framework/instruments/Measurement.h
@@ -50,10 +50,10 @@ struct IMeasurement
{
}
- const std::string unit;
+ std::string unit;
};
-/** Meaurement of a specific type. */
+/** Measurement of a specific type. */
template <typename T>
struct TypedMeasurement : public IMeasurement
{