From ab9bdd4339111893bca4ca4f8e661f1d4c4f4db0 Mon Sep 17 00:00:00 2001 From: Kunda Date: Sat, 25 Feb 2017 07:50:11 -0500 Subject: [PATCH] [skip ci] small doxygen typo --- src/core/pal/internalexception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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