Misc. typos

found via `codespell` and `grep`
This commit is contained in:
luz.paz 2018-05-14 11:00:52 -04:00 committed by luz paz
commit 60dfa31a67
90 changed files with 155 additions and 155 deletions

View file

@ -26,7 +26,7 @@ namespace Space {
%template(Bool4False) Space::Bool4<false>;
// Forward declarated templates
// Forward declared templates
%inline %{
namespace Space {
template <bool B> struct BoolForward1;