test: fix typo
authorMichele Curti <michele.curti@gmail.com>
Thu, 9 Oct 2014 12:05:42 +0000 (14:05 +0200)
committerMichele Curti <michele.curti@gmail.com>
Thu, 9 Oct 2014 12:05:42 +0000 (14:05 +0200)
fix typo in bybye test description

test/kdbus-test.c

index c53840d61ce492401020da6cc15eb62b64dbc6d3..56a0ff9194241285d59c0edc75e81fe6b2e4bac1 100644 (file)
@@ -41,7 +41,7 @@ static const struct kdbus_test tests[] = {
        },
        {
                .name   = "byebye",
-               .desc   = "the BYEBYBE command",
+               .desc   = "the BYEBYE command",
                .func   = kdbus_test_byebye,
                .flags  = TEST_CREATE_BUS | TEST_CREATE_CONN,
        },