diff --git a/include/openmc/cell.h b/include/openmc/cell.h index 876ee9e50d..7e652d680c 100644 --- a/include/openmc/cell.h +++ b/include/openmc/cell.h @@ -197,7 +197,7 @@ public: //! \brief Index corresponding to this cell in distribcell arrays int distribcell_index_ {C_NONE}; - //! \brief Material(s) within this cel + //! \brief Material(s) within this cell. //! //! May be multiple materials for distribcell. vector material_;