[gnome-builder] fuzzy: fix typo in tests



commit 57a33bbe79c3909caa4217bb5fa4bbe180d46f25
Author: Sebastien Lafargue <slafargue gnome org>
Date:   Sun Jan 15 15:24:22 2017 +0100

    fuzzy: fix typo in tests

 tests/test-fuzzy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/test-fuzzy.c b/tests/test-fuzzy.c
index 2414ecc..9f39c1c 100644
--- a/tests/test-fuzzy.c
+++ b/tests/test-fuzzy.c
@@ -27,7 +27,7 @@ main (int argc,
   g_print ("Loading contents\n");
   if (!g_file_get_contents (argv [1], &contents, &len, NULL))
     {
-      g_critical ("Can't l;oad contents, aborting.");
+      g_critical ("Can't load contents, aborting.");
       return EXIT_FAILURE;
     }
 


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