From 172b3b38198a8b783b9a7824ef2c3fa1943fe085 Mon Sep 17 00:00:00 2001 From: Kjell Ahlstedt Date: Mon, 12 Oct 2020 16:47:06 +0200 Subject: sigc++/sigc++.h: Fix a typo --- sigc++/sigc++.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1