Fixup various spelling errors (#1208)

This commit is contained in:
Josh Soref
2018-03-07 10:08:35 +01:00
committed by Martin Hořeňovský
parent d38f782995
commit b11175548a
18 changed files with 29 additions and 29 deletions
@@ -2,7 +2,7 @@
#include <vector>
#include <array>
// vedctor
// vector
TEST_CASE( "vector<int> -> toString", "[toString][vector]" )
{
std::vector<int> vv;