[libgit2-glib] Fixed error message typo



commit a60bf58b66d5e362b62c9d8efa84f588cdd3e580
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Sun Mar 8 11:31:15 2015 +0100

    Fixed error message typo

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 5d4cd54..c0c97b4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,7 +110,7 @@ if test "x$enable_ssh" != "xno"; then
         AC_MSG_RESULT([no])
         git_ssh=no
         if test "x$enable_ssh" = "xyes"; then
-            AC_MSG_ERROR([libgit2 ssh support was requiested, but not found])
+            AC_MSG_ERROR([libgit2 ssh support was requested, but not found])
         fi
     ])
 


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