From d4d92199369e101c593b82482dcbfff43f896104 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 6 Mar 2019 21:00:45 -0500 Subject: [PATCH] spelling: deserialize --- src/CalculatorUnitTests/CalculatorManagerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalculatorUnitTests/CalculatorManagerTest.cpp b/src/CalculatorUnitTests/CalculatorManagerTest.cpp index 69ff55d3..c8af00f8 100644 --- a/src/CalculatorUnitTests/CalculatorManagerTest.cpp +++ b/src/CalculatorUnitTests/CalculatorManagerTest.cpp @@ -889,7 +889,7 @@ namespace CalculatorManagerTest VerifyPersistence(); } - // 1 + 2 then serialize and deserialze 3 times + // 1 + 2 then serialize and deserialize 3 times // Check if the values are persisted correctly void CalculatorManagerTest::CalculatorManagerTestSerializeMultiple() {