From 1dcd25596596f5a2c2aef172fc53e12fecd101f9 Mon Sep 17 00:00:00 2001 From: Phil Miller Date: Mon, 13 Nov 2023 13:44:37 -0800 Subject: [PATCH] Typo fix: actual -> actually --- include/realizations/catchment/Bmi_Formulation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/realizations/catchment/Bmi_Formulation.hpp b/include/realizations/catchment/Bmi_Formulation.hpp index 6a7f6dd6ab..f862061fa4 100644 --- a/include/realizations/catchment/Bmi_Formulation.hpp +++ b/include/realizations/catchment/Bmi_Formulation.hpp @@ -219,7 +219,7 @@ namespace realization { * Get value for some BMI model variable. * * This function assumes that the given variable, while returned by the model within an array per the BMI spec, - * is actual a single, scalar value. Thus, it returns what is at index 0 of the array reference. + * is actually a single, scalar value. Thus, it returns what is at index 0 of the array reference. * * @param index * @param var_name