Parcourir la source

[4313] spelling

Francis Dupont il y a 9 ans
Parent
commit
c9d043fe0f
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/eval/tests/context_unittest.cc

+ 2 - 2
src/lib/eval/tests/context_unittest.cc

@@ -75,7 +75,7 @@ public:
     /// and representation type
     /// and representation type
     /// @param token token to be checked
     /// @param token token to be checked
     /// @param expected_code expected option code
     /// @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,
     void checkTokenOption(const TokenPtr& token,
                           uint16_t expected_code,
                           uint16_t expected_code,
                           TokenOption::RepresentationType expected_repr) {
                           TokenOption::RepresentationType expected_repr) {
@@ -92,7 +92,7 @@ public:
     /// and representation type
     /// and representation type
     /// @param token token to be checked
     /// @param token token to be checked
     /// @param expected_code expected option code
     /// @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,
     void checkTokenRelay4(const TokenPtr& token,
                           uint16_t expected_code,
                           uint16_t expected_code,
                           TokenOption::RepresentationType expected_repr) {
                           TokenOption::RepresentationType expected_repr) {