From 73f395fa88d87ae14f38ad0aa7f863148d98eef2 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 10 Oct 2013 20:53:40 +0200 Subject: misc: New spelling fixes in comments compatiblity -> compatibility continously -> continuously existance -> existence usefull -> useful shoudl -> should Signed-off-by: Stefan Weil Signed-off-by: Michael Tokarev --- tests/test-throttle.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-throttle.c') diff --git a/tests/test-throttle.c b/tests/test-throttle.c index 760812645b..1d4ffd3603 100644 --- a/tests/test-throttle.c +++ b/tests/test-throttle.c @@ -18,7 +18,7 @@ LeakyBucket bkt; ThrottleConfig cfg; ThrottleState ts; -/* usefull function */ +/* useful function */ static bool double_cmp(double x, double y) { return fabsl(x - y) < 1e-6; @@ -320,7 +320,7 @@ static void test_have_timer(void) /* zero the structure */ memset(&ts, 0, sizeof(ts)); - /* no timer set shoudl return false */ + /* no timer set should return false */ g_assert(!throttle_have_timer(&ts)); /* init the structure */ -- cgit v1.2.1