[gtkmm] gtk/gtkmm.h: Fix a typo



commit 96dacdb6a2fcca719dc5e98ea65878a01d8e56b4
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Mon Oct 12 17:01:06 2020 +0200

    gtk/gtkmm.h: Fix a typo

 gtk/gtkmm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtk/gtkmm.h b/gtk/gtkmm.h
index a77abb42..6136d74c 100644
--- a/gtk/gtkmm.h
+++ b/gtk/gtkmm.h
@@ -65,7 +65,7 @@
  * @code
  * g++ program.cc -o program  `pkg-config --cflags --libs gtkmm-4.0`
  * @endcode
- * If your version of g++ is not C++17-compliant be default,
+ * If your version of g++ is not C++17-compliant by default,
  * add the @c -std=c++17 option.
  *
  * If you use <a href="https://mesonbuild.com/";>Meson</a>, include the following


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