From 12b499d5396b010e2d7f525144028d8ab57ec435 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 5 May 2022 21:33:26 -0400 Subject: [PATCH] spelling: exception Signed-off-by: Josh Soref --- src/lib/barrier/XBarrier.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/barrier/XBarrier.h b/src/lib/barrier/XBarrier.h index b7a38912..60c55bb4 100644 --- a/src/lib/barrier/XBarrier.h +++ b/src/lib/barrier/XBarrier.h @@ -111,7 +111,7 @@ private: std::string m_name; }; -//! Generic exit eception +//! Generic exit exception /*! Thrown when we want to abort, with the opportunity to clean up. This is a little bit of a hack, but it's a better way of exiting, than just calling