summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-12 16:48:31 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-12 16:48:31 +0200
commit267562cc87e97fe145191308328e8805191c20b7 (patch)
tree2e1e5176ac6fc047833fbcde47e5e2a39e74d23a
parent497f6e49a2477ac4681a88681814ff08ca718419 (diff)
downloadsigc++-267562cc87e97fe145191308328e8805191c20b7.tar.gz
sigc++/sigc++.h: Fix a typo
-rw-r--r--sigc++/sigc++.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h
index e04ddd8..0643184 100644
--- a/sigc++/sigc++.h
+++ b/sigc++/sigc++.h
@@ -64,7 +64,7 @@
* @code
* g++ program.cc -o program `pkg-config --cflags --libs sigc++-2.0`
* @endcode
- * If your version of g++ is not C++11-compliant be default,
+ * If your version of g++ is not C++11-compliant by default,
* add the @c -std=c++11 option.
*
* @subsection meson Using Meson