spelling: deserialize

This commit is contained in:
Josh Soref 2019-03-06 21:00:45 -05:00
commit d4d9219936

View file

@ -889,7 +889,7 @@ namespace CalculatorManagerTest
VerifyPersistence(); VerifyPersistence();
} }
// 1 + 2 then serialize and deserialze 3 times // 1 + 2 then serialize and deserialize 3 times
// Check if the values are persisted correctly // Check if the values are persisted correctly
void CalculatorManagerTest::CalculatorManagerTestSerializeMultiple() void CalculatorManagerTest::CalculatorManagerTestSerializeMultiple()
{ {