[grilo] tests: Fix typo in comment



commit ca5dc8aa3c2aa2aca80e326345e4f5cf094bb02a
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Nov 18 14:14:10 2016 +0100

    tests: Fix typo in comment

 tests/lib-net.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/lib-net.c b/tests/lib-net.c
index 4fa16b7..565847f 100644
--- a/tests/lib-net.c
+++ b/tests/lib-net.c
@@ -136,7 +136,7 @@ throttling_operation_new (Fixture *f, guint delay_in_sec)
   op->expected_time = op->request_time + (G_USEC_PER_SEC * delay_in_sec);
 
   /* Some THRESOLD seems necessary as the test time happens before the actual
-   * GrlNetWc computation. This test is more about throttling working then
+   * GrlNetWc computation. This test is more about throttling working than
    * precision. */
   op->expected_time -= THRESHOLD;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]