From 960b7c175d587298d64ae987bb6726a59d4161bb Mon Sep 17 00:00:00 2001 From: luzpaz Date: Mon, 10 Jul 2017 14:46:37 -0400 Subject: [PATCH] fix typo --- src/Base/Exception.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Base/Exception.h b/src/Base/Exception.h index 1d80ec38f3..a59cee25b9 100644 --- a/src/Base/Exception.h +++ b/src/Base/Exception.h @@ -200,7 +200,7 @@ public: virtual void setPyObject( PyObject * pydict); protected: FileInfo file; - // necesary for what() legacy behaviour as it returns a buffer that can not be of a temporary object to be destroyed at end of what() + // necessary for what() legacy behaviour as it returns a buffer that can not be of a temporary object to be destroyed at end of what() std::string _sErrMsgAndFileName; };