From: Bartosz Golaszewski Date: Mon, 18 Nov 2019 14:26:23 +0000 (+0100) Subject: bindings: cxx: tests: fix misspelling of parameter X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e0ab3770975b8c9dde479d4c34e5f1ac8d800d8c;p=qemu-gpiodev%2Flibgpiod.git bindings: cxx: tests: fix misspelling of parameter Trivial misspelling fix: s/paramter/parameter. Signed-off-by: Bartosz Golaszewski --- diff --git a/bindings/cxx/tests/tests-line.cpp b/bindings/cxx/tests/tests-line.cpp index 3ba2fc2..fedaa05 100644 --- a/bindings/cxx/tests/tests-line.cpp +++ b/bindings/cxx/tests/tests-line.cpp @@ -201,7 +201,7 @@ TEST_CASE("Line values can be set and read", "[line]") REQUIRE(mockup::instance().chip_get_value(0, 7) == 0); } - SECTION("set multiple values with default values paramter") + SECTION("set multiple values with default values parameter") { auto lines = chip.get_lines({ 1, 2, 4, 6, 7 }); config.request_type = ::gpiod::line_request::DIRECTION_OUTPUT;