Fix spelling errors

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
This commit is contained in:
Elyes HAOUAS
2021-10-02 18:13:17 +02:00
parent 7af6e8413c
commit f18eb71ad7
5 changed files with 5 additions and 5 deletions

View File

@ -85,7 +85,7 @@ TEST_CASE("Load multiple bar config with include", "[config]") {
conf.load("test/config/include-multi.json");
SECTION("bar config with sole include") {
auto data = conf.getOutputConfigs("OUT-0", "Fake ouptut #0");
auto data = conf.getOutputConfigs("OUT-0", "Fake output #0");
REQUIRE(data.size() == 1);
REQUIRE(data[0]["height"].asInt() == 20);
}