Misc. typos (#1384)

Found via `codespell`
This commit is contained in:
luzpaz
2018-05-06 13:54:10 +00:00
committed by Jason Rhinelander
parent a7ff616dfb
commit 4b874616b2
4 changed files with 6 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
// ref<T> is a wrapper for 'Object' which uses intrusive reference counting
// It is always possible to construct a ref<T> from an Object* pointer without
// possible incosistencies, hence the 'true' argument at the end.
// possible inconsistencies, hence the 'true' argument at the end.
PYBIND11_DECLARE_HOLDER_TYPE(T, ref<T>, true);
// Make pybind11 aware of the non-standard getter member function
namespace pybind11 { namespace detail {