Skip to content

Commit 267562c

Browse files
committed
sigc++/sigc++.h: Fix a typo
1 parent 497f6e4 commit 267562c

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++-2.0`
6666
* @endcode
67-
* If your version of g++ is not C++11-compliant be default,
67+
* If your version of g++ is not C++11-compliant by default,
6868
* add the @c -std=c++11 option.
6969
*
7070
* @subsection meson Using Meson

0 commit comments

Comments
 (0)