From c9d043fe0f5bc91636b4923becb1c40a72374483 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Wed, 16 Mar 2016 14:29:59 +0100 Subject: [PATCH] [4313] spelling --- src/lib/eval/tests/context_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/eval/tests/context_unittest.cc b/src/lib/eval/tests/context_unittest.cc index 30261fad5a..5f1e71e953 100644 --- a/src/lib/eval/tests/context_unittest.cc +++ b/src/lib/eval/tests/context_unittest.cc @@ -75,7 +75,7 @@ public: /// and representation type /// @param token token to be checked /// @param expected_code expected option code - /// @param expected_repr expected representation (text, hex, exist) + /// @param expected_repr expected representation (text, hex, exists) void checkTokenOption(const TokenPtr& token, uint16_t expected_code, TokenOption::RepresentationType expected_repr) { @@ -92,7 +92,7 @@ public: /// and representation type /// @param token token to be checked /// @param expected_code expected option code - /// @param expected_repr expected representation (text, hex, exist) + /// @param expected_repr expected representation (text, hex, exists) void checkTokenRelay4(const TokenPtr& token, uint16_t expected_code, TokenOption::RepresentationType expected_repr) { -- 2.47.3