Skip to content

Commit

Permalink
Typo fix: actual -> actually
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller committed Nov 13, 2023
1 parent 416d45e commit 1dcd255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/realizations/catchment/Bmi_Formulation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dcd255

Please sign in to comment.