[libchamplain/libchamplain-0-4] Fix documentation of CHAMPLAIN_VERSION_CHECK



commit 32927fd5f9e83197a8d0c3abbb5e5576fa9dc888
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Tue Dec 15 16:09:59 2009 -0500

    Fix documentation of CHAMPLAIN_VERSION_CHECK

 champlain/champlain-version.h.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/champlain/champlain-version.h.in b/champlain/champlain-version.h.in
index 5c313fa..5fe6337 100644
--- a/champlain/champlain-version.h.in
+++ b/champlain/champlain-version.h.in
@@ -81,7 +81,7 @@
  * @minor: minor version, like 2 in 1.2.3
  * @micro: micro version, like 3 in 1.2.3
  *
- * Evaluates to %TRUE if the version of libchamplain is greater
+ * Evaluates to %TRUE if the version of libchamplain is greater or equal
  * than @major, @minor and @micro
  */
 #define CHAMPLAIN_CHECK_VERSION(major,minor,micro) \



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