From 80dc5af4db8326a9079675221d17fdad8330a038 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Mon, 23 Aug 2021 14:45:08 -0500 Subject: [PATCH] Update include/openmc/cell.h Co-authored-by: Paul Romano --- include/openmc/cell.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_;