misc. typos

Found via `codespell`
This commit is contained in:
luz.paz
2018-01-09 12:30:19 -05:00
committed by Jason Rhinelander
parent 507da4181d
commit 28cb6764fc
5 changed files with 5 additions and 5 deletions

View File

@@ -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} {}