diff --git a/src/core/pal/internalexception.h b/src/core/pal/internalexception.h index c5fc3941a16..5dfb321d0d2 100644 --- a/src/core/pal/internalexception.h +++ b/src/core/pal/internalexception.h @@ -53,7 +53,7 @@ namespace pal } }; - /** \brief Thrown when trying to access an empty dada set + /** \brief Thrown when trying to access an empty data set * \ingroup core */ class Empty : public std::exception