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

@@ -13,7 +13,7 @@
#include <cmath>
// Classes for testing python construction via C++ factory function:
// Not publically constructible, copyable, or movable:
// Not publicly constructible, copyable, or movable:
class TestFactory1 {
friend class TestFactoryHelper;
TestFactory1() : value("(empty)") { print_default_created(this); }