[gitg] Typos



commit 825a77af427bff3ef8f743eacaccc5b44c4350ef
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Mon Mar 25 08:29:37 2013 +0100

    Typos

 libgitg/gitg-init.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgitg/gitg-init.vala b/libgitg/gitg-init.vala
index 06c4ddb..42e0895 100644
--- a/libgitg/gitg-init.vala
+++ b/libgitg/gitg-init.vala
@@ -24,7 +24,7 @@ public void init()
 {
        if ((Ggit.get_capabilities() & Ggit.CapFlags.THREADS) == 0)
        {
-               error("libgit2 must be build with thread support in order to run gitg");
+               error("libgit2 must be built with threading support in order to run gitg");
        }
 
        Ggit.init();


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