summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-10-09 20:04:58 -0700
committerGreg Kroah-Hartman <greg@kroah.com>2014-10-09 20:04:58 -0700
commit59938666989e6cead54ce9dd80dabffcc2d0d2ce (patch)
tree3c772bdad312808c8b263644cfb417e0133efdb5 /test
parent2b7d0f5f73a28fca30d2b7f13646a30c726f9f49 (diff)
parent17cb7b2a972c89f4276b75797d7452237a35a424 (diff)
downloadkdbus-bus-59938666989e6cead54ce9dd80dabffcc2d0d2ce.tar.gz
kdbus-bus-59938666989e6cead54ce9dd80dabffcc2d0d2ce.tar.bz2
kdbus-bus-59938666989e6cead54ce9dd80dabffcc2d0d2ce.zip
Merge pull request #26 from michelecurti/master
test: fix typo
Diffstat (limited to 'test')
-rw-r--r--test/kdbus-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/kdbus-test.c b/test/kdbus-test.c
index c53840d61ce..56a0ff91942 100644
--- a/test/kdbus-test.c
+++ b/test/kdbus-test.c
@@ -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,
},