[libgsf] Typo.



commit ff5cefff4dc0ae932247174cdb8944af2026b4b0
Author: Morten Welinder <terra gnome org>
Date:   Fri Feb 15 19:31:40 2013 -0500

    Typo.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index dc784bb..a8e1772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,7 +256,7 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
 #endif]],
 [[struct statfs buf; (void)(2*statfs("xyz",&buf));]])],
        [AC_MSG_RESULT([2-arg, linux-style])
-AC_DEFINE(HAVE_2ARG_STATFS, 1, [Define is you have two-argument statfs like linux])],
+AC_DEFINE(HAVE_2ARG_STATFS, 1, [Define if you have two-argument statfs like linux])],
        [AC_MSG_RESULT([none, or unknown])])
 
 AC_CHECK_FUNCS(chown setrlimit)


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