commit | 28cb6764fc6f66f5c678466c9af525f1dd6f8cc8 | [log] [tgz] |
---|---|---|
author | luz.paz <luzpaz@users.noreply.github.com> | Tue Jan 09 12:30:19 2018 -0500 |
committer | Jason Rhinelander <jason@imaginary.ca> | Thu Jan 11 16:39:50 2018 -0400 |
tree | 9be75f498ecbdce3ea1735da250177f314f9d10a | |
parent | 507da4181d2a33183b74065e25fe728c0f65fa29 [diff] [blame] |
misc. typos Found via `codespell`
diff --git a/tests/test_exceptions.cpp b/tests/test_exceptions.cpp index ae28abb..cf20214 100644 --- a/tests/test_exceptions.cpp +++ b/tests/test_exceptions.cpp
@@ -9,7 +9,7 @@ #include "pybind11_tests.h" -// A type that should be raised as an exeption in Python +// A type that should be raised as an exception in Python class MyException : public std::exception { public: explicit MyException(const char * m) : message{m} {}