projects
/
platform
/
core
/
system
/
kdbus-bus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84a0885
)
test: fix typo
author
Michele Curti
<michele.curti@gmail.com>
Thu, 9 Oct 2014 12:05:42 +0000
(14:05 +0200)
committer
Michele 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
patch
|
blob
|
history
diff --git
a/test/kdbus-test.c
b/test/kdbus-test.c
index c53840d61ce492401020da6cc15eb62b64dbc6d3..56a0ff9194241285d59c0edc75e81fe6b2e4bac1 100644
(file)
--- a/
test/kdbus-test.c
+++ b/
test/kdbus-test.c
@@
-41,7
+41,7
@@
static const struct kdbus_test tests[] = {
},
{
.name = "byebye",
- .desc = "the BYEBY
B
E command",
+ .desc = "the BYEBYE command",
.func = kdbus_test_byebye,
.flags = TEST_CREATE_BUS | TEST_CREATE_CONN,
},