summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-12 16:47:06 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2020-10-12 16:47:06 +0200
commit172b3b38198a8b783b9a7824ef2c3fa1943fe085 (patch)
tree84f0355f7829964a725644ccacda7694742fee7c
parenta70a6f6e4484fb05426c79ab9e7231ec11c54142 (diff)
downloadsigc++-172b3b38198a8b783b9a7824ef2c3fa1943fe085.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 5b1f812..5646d3d 100644
--- a/sigc++/sigc++.h
+++ b/sigc++/sigc++.h
@@ -64,7 +64,7 @@
* @code
* g++ program.cc -o program `pkg-config --cflags --libs sigc++-3.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.
*
* @subsection meson Using Meson