Trivial typos

Non-user facing. 
Found using `codespell -q 3`
This commit is contained in:
Unknown
2017-11-01 21:08:06 -04:00
committed by Jason Rhinelander
parent 5c7a290d37
commit 0b3f44ebdf
8 changed files with 10 additions and 10 deletions

View File

@@ -249,7 +249,7 @@ TEST_SUBMODULE(virtual_functions, m) {
m.def("dispatch_issue_go", [](const Base * b) { return b->dispatch(); });
// test_override_ref
// #392/397: overridding reference-returning functions
// #392/397: overriding reference-returning functions
class OverrideTest {
public:
struct A { std::string value = "hi"; };