Skip to content

Commit 172b3b3

Browse files
committed
sigc++/sigc++.h: Fix a typo
1 parent a70a6f6 commit 172b3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sigc++/sigc++.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* @code
6565
* g++ program.cc -o program `pkg-config --cflags --libs sigc++-3.0`
6666
* @endcode
67-
* If your version of g++ is not C++17-compliant be default,
67+
* If your version of g++ is not C++17-compliant by default,
6868
* add the @c -std=c++17 option.
6969
*
7070
* @subsection meson Using Meson

0 commit comments

Comments
 (0)