diff options
author | Derek Foreman <derekf@osg.samsung.com> | 2015-05-01 14:30:20 -0500 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-02 08:32:46 -0700 |
commit | 29612053e5e3924a225a5f7f51fd5a69276f39da (patch) | |
tree | 1439cbac3ae6a65e2fed59be8c705beb42a50142 /tests/devices-test.c | |
parent | d46bb01b628a2805287bc9947739adeaf17f0a60 (diff) |
tests: fix typo
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'tests/devices-test.c')
-rw-r--r-- | tests/devices-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/devices-test.c b/tests/devices-test.c index c04d9c5d..7278cff0 100644 --- a/tests/devices-test.c +++ b/tests/devices-test.c @@ -296,7 +296,7 @@ TEST(get_device_after_destroy) assert(cl->input->caps == WL_SEAT_CAPABILITY_ALL); } -TEST(get_device_afer_destroy_multiple) +TEST(get_device_after_destroy_multiple) { int i; |